mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 16:50:19 +00:00
Rebranding on the file level
This commit is contained in:
26
src/fe-gtk/hexchat.rc
Normal file
26
src/fe-gtk/hexchat.rc
Normal file
@@ -0,0 +1,26 @@
|
||||
#include <winver.h>
|
||||
#include "../../config.h"
|
||||
#include "../../resource.h"
|
||||
|
||||
XC_ICON ICON "../../hexchat.ico"
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION COMMA_VERSION
|
||||
PRODUCTVERSION COMMA_VERSION
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "040904B0"
|
||||
BEGIN
|
||||
|
||||
VALUE "FileDescription", "HexChat IRC Client"
|
||||
VALUE "ProductName", "HexChat"
|
||||
VALUE "ProductVersion", PACKAGE_VERSION
|
||||
VALUE "FileVersion", PACKAGE_VERSION
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x0409, 0x04B0
|
||||
END
|
||||
END
|
||||
Reference in New Issue
Block a user