summary refs log tree commit diff stats
path: root/src/fe-gtk/hexchat.rc.tt
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-gtk/hexchat.rc.tt')
-rw-r--r--src/fe-gtk/hexchat.rc.tt5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fe-gtk/hexchat.rc.tt b/src/fe-gtk/hexchat.rc.tt
index 684ddfdb..35b0e6aa 100644
--- a/src/fe-gtk/hexchat.rc.tt
+++ b/src/fe-gtk/hexchat.rc.tt
@@ -1,9 +1,9 @@
 #include <winver.h>

-#include "../../config.h"

+#include "config.h"

 

 #define COMMA_VERSION <#= [string]::Join(',', $versionParts) #>,0

 

-XC_ICON ICON "../../data/icons/hexchat.ico"

+XC_ICON ICON "<#= $env:SOLUTIONDIR -replace '\\', '/' #>data/icons/hexchat.ico"

 

 VS_VERSION_INFO VERSIONINFO

 	FILEVERSION    COMMA_VERSION

@@ -15,6 +15,7 @@ VS_VERSION_INFO VERSIONINFO
 			BEGIN

 				

 				VALUE "FileDescription", "HexChat IRC Client"

+				VALUE "CompanyName", "HexChat"

 				VALUE "ProductName", "HexChat"

 				VALUE "ProductVersion", PACKAGE_VERSION

 				VALUE "FileVersion", PACKAGE_VERSION