Skip to content

Commit

Permalink
Fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
zapek committed Aug 24, 2024
1 parent 05ed56d commit ea3568d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: gradle/actions/setup-gradle@v4

- name: Build
run: .\gradlew.bat jpackage -Pjpackage.portable=true
run: .\gradlew.bat jpackage -P"jpackage.portable=true"

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ jpackage {
icon = "${parent.rootDir}/icon.ico"
}
linux {
if (project.hasProperty("jpackage.rpm")) {
type = ImageType.RPM
}
linuxShortcut = true
icon = "${parent.rootDir}/icon.png"
}
Expand Down

0 comments on commit ea3568d

Please sign in to comment.