Skip to content

Commit

Permalink
Do not use a hardcoded path in the installer
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcima committed Jun 21, 2021
1 parent d0e3b83 commit bd1b9e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/innosetup.iss.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ LicenseFile="sfizz.lv2\LICENSE.md"
OutputBaseFileName={#MyAppName}-{#MyAppVersion}-msvc-{#Arch}-setup
OutputDir=.
UninstallFilesDir={app}
WizardImageFile="C:\Program Files (x86)\Inno Setup 6\WizModernImage-IS.bmp"
WizardSmallImageFile="C:\Program Files (x86)\Inno Setup 6\WizModernSmallImage-IS.bmp"
WizardImageFile=compiler:WizModernImage-IS.bmp
WizardSmallImageFile=compiler:WizModernSmallImage-IS.bmp

[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Expand Down

0 comments on commit bd1b9e6

Please sign in to comment.