Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7271987

Browse files
authored
Merge pull request #685 from stonebig/master
fix final directoryName
2 parents 1e8f459 + fdc8b00 commit 7271987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

portable/installer_INNO.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ AppSupportURL={#MyAppURL}
5656
AppUpdatesURL={#MyAppURL}
5757

5858
;non portable mode if ever wanted FLIPFLAP
59-
;DefaultDirName={pf}\{#MyInstallerDir}
59+
;DefaultDirName={pf}\{#ID_INSTALL}-{#VERSION_INSTALL}{#RELEASELEVEL}
6060
;non portable mode
61-
DefaultDirName={src}\{#MyInstallerDir}
61+
DefaultDirName={src}\{#ID_INSTALL}-{#VERSION_INSTALL}{#RELEASELEVEL}
6262

6363
DefaultGroupName={#ID}
6464
DisableProgramGroupPage=yes

0 commit comments

Comments
 (0)