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