fix: Resolve Inno build issue (#384)

This commit is contained in:
vikingnope 2025-06-10 14:58:56 +02:00 committed by GitHub
parent 7ee10b213e
commit 4c4b05ff16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"