diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-09-01 16:50:48 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-09-01 16:50:48 +0200 |
commit | c563d70aed0bad1036dbd05c0c5334846367243e (patch) | |
tree | 8fef9c3cea00723a13615a9ebc5cb72989fa9c4e /win32/installer/hexchat-x86.skel.iss | |
parent | c1dde82389e473638aeec84960e0c4bb6b22d27d (diff) |
Make sure HexChat won't run in portable mode if the user doesn't select it
Diffstat (limited to 'win32/installer/hexchat-x86.skel.iss')
-rw-r--r-- | win32/installer/hexchat-x86.skel.iss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/installer/hexchat-x86.skel.iss b/win32/installer/hexchat-x86.skel.iss index da7d900b..45ce964c 100644 --- a/win32/installer/hexchat-x86.skel.iss +++ b/win32/installer/hexchat-x86.skel.iss @@ -261,6 +261,7 @@ begin begin UnInstallOldVersion(); end; + DeleteFile(ExpandConstant('{app}\portable-mode')); end; end; end; |