diff --git a/windows/windows_setup.iss b/windows/windows_setup.iss index 620b9b6..17e0308 100644 --- a/windows/windows_setup.iss +++ b/windows/windows_setup.iss @@ -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"