Skip to content

Commit

Permalink
drop app-image
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Feb 16, 2024
1 parent 90862b0 commit 015ce5f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
run: |
projectVersion=$(grep '^mavenVersion=' gradle.properties | cut -d'=' -f2)
jpackage --app-version $projectVersion --main-jar SoulFire-$projectVersion.jar --type deb "@jpackage.cfg" "@jpackage-linux.cfg"
jpackage --app-version $projectVersion --main-jar SoulFire-$projectVersion.jar --type app-image "@jpackage.cfg" "@jpackage-linux.cfg"
- name: Upload installer
uses: actions/upload-artifact@v4
with:
Expand Down
1 change: 1 addition & 0 deletions jpackage-linux.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
--linux-deb-maintainer "[email protected]"
--linux-shortcut
--icon icons/icon.png
--type deb
2 changes: 1 addition & 1 deletion jpackage-windows.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
--win-upgrade-uuid 1cf9977b-44c8-4dfa-a518-978f222ea3bf
--win-help-url https://github.com/AlexProgrammerDE/SoulFire
--win-update-url https://github.com/AlexProgrammerDE/SoulFire
--type msi
--icon icons/icon.ico
--type msi

0 comments on commit 015ce5f

Please sign in to comment.