Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix final directoryName
  • Loading branch information
stonebig committed Oct 31, 2018
commit fdc8b001112cd12eeb702911d1c5364bb5d7452a
4 changes: 2 additions & 2 deletions portable/installer_INNO.iss
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}

;non portable mode if ever wanted FLIPFLAP
;DefaultDirName={pf}\{#MyInstallerDir}
;DefaultDirName={pf}\{#ID_INSTALL}-{#VERSION_INSTALL}{#RELEASELEVEL}
;non portable mode
DefaultDirName={src}\{#MyInstallerDir}
DefaultDirName={src}\{#ID_INSTALL}-{#VERSION_INSTALL}{#RELEASELEVEL}

DefaultGroupName={#ID}
DisableProgramGroupPage=yes
Expand Down