mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-09 07:28:14 -07: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
|
Fladder_x86_64.AppImage.zsync
|
||||||
|
|
||||||
build-linux-flatpak:
|
build-linux-flatpak:
|
||||||
name: "Flatpak"
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: needs.fetch-info.outputs.build_type == 'release' || needs.fetch-info.outputs.build_type == 'nightly'
|
if: needs.fetch-info.outputs.build_type == 'release' || needs.fetch-info.outputs.build_type == 'nightly'
|
||||||
needs: [fetch-info, build-linux]
|
needs: [fetch-info, build-linux]
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
#define SourcePath ".."
|
||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
AppId={{D573EDD5-117A-47AD-88AC-62C8EBD11DC7}
|
AppId={{D573EDD5-117A-47AD-88AC-62C8EBD11DC7}
|
||||||
AppName="Fladder"
|
AppName="Fladder"
|
||||||
|
|
@ -21,11 +23,11 @@ SetupLogging=yes
|
||||||
UninstallLogging=yes
|
UninstallLogging=yes
|
||||||
UninstallDisplayName="Fladder"
|
UninstallDisplayName="Fladder"
|
||||||
UninstallDisplayIcon={app}\fladder.exe
|
UninstallDisplayIcon={app}\fladder.exe
|
||||||
SetupIconFile="icons\production\fladder_icon.ico"
|
SetupIconFile="{#SourcePath}\icons\production\fladder_icon.ico"
|
||||||
LicenseFile="LICENSE"
|
LicenseFile="{#SourcePath}\LICENSE"
|
||||||
WizardImageFile="assets\windows-installer\fladder-installer-100.bmp", \
|
WizardImageFile="{#SourcePath}\assets\windows-installer\fladder-installer-100.bmp", \
|
||||||
"assets\windows-installer\fladder-installer-125.bmp", \
|
"{#SourcePath}\assets\windows-installer\fladder-installer-125.bmp", \
|
||||||
"assets\windows-installer\fladder-installer-150.bmp"
|
"{#SourcePath}\assets\windows-installer\fladder-installer-150.bmp"
|
||||||
|
|
||||||
[Languages]
|
[Languages]
|
||||||
Name: "english"; MessagesFile: "compiler:Default.isl"
|
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
|
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
|
||||||
|
|
||||||
[Files]
|
[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]
|
[Icons]
|
||||||
Name: "{autoprograms}\Fladder"; Filename: "{app}\fladder.exe"
|
Name: "{autoprograms}\Fladder"; Filename: "{app}\fladder.exe"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue