mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -08:00
chore: Fix build step windows
This commit is contained in:
parent
010db6057e
commit
ef6411dcf6
2 changed files with 23 additions and 21 deletions
|
|
@ -21,9 +21,11 @@ SetupLogging=yes
|
|||
UninstallLogging=yes
|
||||
UninstallDisplayName="Fladder"
|
||||
UninstallDisplayIcon={app}\fladder.exe
|
||||
SetupIconFile="D:\a\Fladder\Fladder\icons\production\fladder_icon.ico"
|
||||
LicenseFile="D:\a\Fladder\Fladder\LICENSE"
|
||||
WizardImageFile=D:\a\Fladder\Fladder\assets\windows-installer\fladder-installer-100.bmp,D:\a\Fladder\Fladder\assets\windows-installer\fladder-installer-125.bmp,D:\a\Fladder\Fladder\assets\windows-installer\fladder-installer-150.bmp
|
||||
SetupIconFile="icons\production\fladder_icon.ico"
|
||||
LicenseFile="LICENSE"
|
||||
WizardImageFile="assets\windows-installer\fladder-installer-100.bmp", \
|
||||
"assets\windows-installer\fladder-installer-125.bmp", \
|
||||
"assets\windows-installer\fladder-installer-150.bmp"
|
||||
|
||||
[Languages]
|
||||
Name: "english"; MessagesFile: "compiler:Default.isl"
|
||||
|
|
@ -32,7 +34,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
|
|||
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
|
||||
|
||||
[Files]
|
||||
Source: "D:\a\Fladder\Fladder\build\windows\x64\runner\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
Source: "build\windows\x64\runner\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
|
||||
[Icons]
|
||||
Name: "{autoprograms}\Fladder"; Filename: "{app}\fladder.exe"
|
||||
|
|
@ -56,4 +58,4 @@ begin
|
|||
end;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue