mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -08:00
fix: Resolve Inno build issue (#384)
This commit is contained in:
parent
7ee10b213e
commit
4c4b05ff16
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ UninstallDisplayName="Fladder"
|
|||
UninstallDisplayIcon={app}\fladder.exe
|
||||
SetupIconFile="{#SourcePath}\icons\production\fladder_icon.ico"
|
||||
LicenseFile="{#SourcePath}\LICENSE"
|
||||
WizardImageFile="{#SourcePath}\assets\windows-installer\fladder-installer-100.bmp","{#SourcePath}\assets\windows-installer\fladder-installer-125.bmp","{#SourcePath}\assets\windows-installer\fladder-installer-150.bmp"
|
||||
WizardImageFile={#SourcePath}\assets\windows-installer\fladder-installer-100.bmp,{#SourcePath}\assets\windows-installer\fladder-installer-125.bmp,{#SourcePath}\assets\windows-installer\fladder-installer-150.bmp
|
||||
|
||||
[Languages]
|
||||
Name: "english"; MessagesFile: "compiler:Default.isl"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue