From 7ee10b213e49325cf98c58a08dc4449ede624433 Mon Sep 17 00:00:00 2001 From: PartyDonut Date: Mon, 9 Jun 2025 22:35:53 +0200 Subject: [PATCH] chore: Another try --- windows/windows_setup.iss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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"