Skip to content

Commit fdc8b00

Browse files
committed
fix final directoryName
1 parent 938fa61 commit fdc8b00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

portable/installer_INNO.iss

Lines changed: 2 additions & 2 deletions
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)