diff options
author | TingPing <TingPing@users.noreply.github.com> | 2013-10-03 05:14:25 -0700 |
---|---|---|
committer | TingPing <TingPing@users.noreply.github.com> | 2013-10-03 05:14:25 -0700 |
commit | 3cb44391216f9f28c1f7f8b43da56c9dbb750ac2 (patch) | |
tree | 496f5c2c5ca70dab9a89566074769615f7c3d676 | |
parent | 7ba2f1f17fb02e5803dee3412d2ac6c2ca0a7db2 (diff) | |
parent | 19ef48d0e8501f7f560817987d0f2ddc90057aaf (diff) |
Merge pull request #781 from Farow/pull2
Added shortuct to config folder to installer
-rw-r--r-- | win32/installer/hexchat-x64.skel.iss | 1 | ||||
-rw-r--r-- | win32/installer/hexchat-x86.skel.iss | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/win32/installer/hexchat-x64.skel.iss b/win32/installer/hexchat-x64.skel.iss index 0febb611..5e274d85 100644 --- a/win32/installer/hexchat-x64.skel.iss +++ b/win32/installer/hexchat-x64.skel.iss @@ -159,6 +159,7 @@ Name: "{group}\HexChat (x64)"; Filename: "{app}\hexchat.exe"; Tasks: not portabl Name: "{group}\HexChat (x64) Safe Mode"; Filename: "{app}\hexchat.exe"; Parameters: "--no-auto --no-plugins"; Tasks: not portable Name: "{group}\HexChat (x64) ChangeLog"; Filename: "{app}\changelog.url"; IconFilename: "{sys}\shell32.dll"; IconIndex: 165; Tasks: not portable Name: "{group}\HexChat (x64) ReadMe"; Filename: "{app}\readme.url"; IconFilename: "{sys}\shell32.dll"; IconIndex: 23; Tasks: not portable +Name: "{group}\HexChat (x64) Config Folder"; Filename: "%APPDATA%\HexChat\"; Tasks: not portable Name: "{group}\HexChat-Text (x64)"; Filename: "{app}\hexchat-text.exe"; Components: xctext; Tasks: not portable Name: "{group}\HexChat Theme Manager (x64)"; Filename: "{app}\thememan.exe"; Components: xtm; Tasks: not portable Name: "{group}\Uninstall HexChat (x64)"; Filename: "{uninstallexe}"; Tasks: not portable diff --git a/win32/installer/hexchat-x86.skel.iss b/win32/installer/hexchat-x86.skel.iss index 82e9cd31..1a51c8b4 100644 --- a/win32/installer/hexchat-x86.skel.iss +++ b/win32/installer/hexchat-x86.skel.iss @@ -158,6 +158,7 @@ Name: "{group}\HexChat (x86)"; Filename: "{app}\hexchat.exe"; Tasks: not portabl Name: "{group}\HexChat (x86) Safe Mode"; Filename: "{app}\hexchat.exe"; Parameters: "--no-auto --no-plugins"; Tasks: not portable Name: "{group}\HexChat (x86) ChangeLog"; Filename: "{app}\changelog.url"; IconFilename: "{sys}\shell32.dll"; IconIndex: 165; Tasks: not portable Name: "{group}\HexChat (x86) ReadMe"; Filename: "{app}\readme.url"; IconFilename: "{sys}\shell32.dll"; IconIndex: 23; Tasks: not portable +Name: "{group}\HexChat (x86) Config Folder"; Filename: "%APPDATA%\HexChat\"; Tasks: not portable Name: "{group}\HexChat-Text (x86)"; Filename: "{app}\hexchat-text.exe"; Components: xctext; Tasks: not portable Name: "{group}\HexChat Theme Manager (x86)"; Filename: "{app}\thememan.exe"; Components: xtm; Tasks: not portable Name: "{group}\Uninstall HexChat (x86)"; Filename: "{uninstallexe}"; Tasks: not portable |