mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -08:00
chore: Second test
This commit is contained in:
parent
ef6411dcf6
commit
2cb61cd6bd
2 changed files with 8 additions and 7 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#define SourcePath ".."
|
||||
|
||||
[Setup]
|
||||
AppId={{D573EDD5-117A-47AD-88AC-62C8EBD11DC7}
|
||||
AppName="Fladder"
|
||||
|
|
@ -21,11 +23,11 @@ SetupLogging=yes
|
|||
UninstallLogging=yes
|
||||
UninstallDisplayName="Fladder"
|
||||
UninstallDisplayIcon={app}\fladder.exe
|
||||
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"
|
||||
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"
|
||||
|
||||
[Languages]
|
||||
Name: "english"; MessagesFile: "compiler:Default.isl"
|
||||
|
|
@ -34,7 +36,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
|
|||
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
|
||||
|
||||
[Files]
|
||||
Source: "build\windows\x64\runner\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
Source: "{#SourcePath}\build\windows\x64\runner\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
|
||||
[Icons]
|
||||
Name: "{autoprograms}\Fladder"; Filename: "{app}\fladder.exe"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue