summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--build/xchat-wdk.iss3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/xchat-wdk.iss b/build/xchat-wdk.iss
index 9721fa93..05d18bc9 100644
--- a/build/xchat-wdk.iss
+++ b/build/xchat-wdk.iss
@@ -70,6 +70,9 @@ Root: HKCR; Subkey: "irc\DefaultIcon"; ValueType: string; ValueName: ""; ValueDa
 Root: HKCR; Subkey: "irc\shell"; ValueType: string; ValueName: ""; ValueData: "open"; Flags: uninsdeletevalue; Tasks: not portable

 Root: HKCR; Subkey: "irc\shell\open\command"; ValueType: string; ValueName: ""; ValueData: "{app}\xchat.exe --url=""%1"""; Flags: uninsdeletevalue; Tasks: not portable

 

+[Run]

+Filename: "{app}\xchat.exe"; Description: "Run XChat-WDK after closing the Wizard"; Flags: nowait postinstall skipifsilent

+

 [Files]

 Source: "cert.pem"; DestDir: "{app}"; Components: libs

 Source: "COPYING"; DestDir: "{app}"; Components: libs