mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
chore: Second test
This commit is contained in:
parent
ef6411dcf6
commit
2cb61cd6bd
2 changed files with 8 additions and 7 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -380,7 +380,6 @@ jobs:
|
|||
Fladder_x86_64.AppImage.zsync
|
||||
|
||||
build-linux-flatpak:
|
||||
name: "Flatpak"
|
||||
runs-on: ubuntu-latest
|
||||
if: needs.fetch-info.outputs.build_type == 'release' || needs.fetch-info.outputs.build_type == 'nightly'
|
||||
needs: [fetch-info, build-linux]
|
||||
|
|
|
|||
|
|
@ -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