From 4c4b05ff16de69eccc3a7770101875ace35898e9 Mon Sep 17 00:00:00 2001 From: vikingnope <81376423+vikingnope@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:58:56 +0200 Subject: [PATCH] fix: Resolve Inno build issue (#384) --- windows/windows_setup.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"