diff options
Diffstat (limited to 'win32/installer/hexchat-x64.skel.iss')
-rw-r--r-- | win32/installer/hexchat-x64.skel.iss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/installer/hexchat-x64.skel.iss b/win32/installer/hexchat-x64.skel.iss index f198487b..0f175cad 100644 --- a/win32/installer/hexchat-x64.skel.iss +++ b/win32/installer/hexchat-x64.skel.iss @@ -260,6 +260,7 @@ begin begin UnInstallOldVersion(); end; + DeleteFile(ExpandConstant('{app}\portable-mode')); end; end; end; |