This commit is contained in:
Anthony Stirling 2024-12-13 00:00:56 +00:00
parent 32aa623c8b
commit e6c2ad8c9c
2 changed files with 4 additions and 1 deletions

View File

@ -67,6 +67,9 @@ jobs:
# Build installer
- name: Build Installer
run: ./gradlew build jpackage --info
env:
DOCKER_ENABLE_SECURITY: false
STIRLING_PDF_DESKTOP_UI: true
# Rename and collect artifacts based on OS
- name: Prepare artifacts

View File

@ -174,7 +174,7 @@ jpackage {
linuxShortcut = true
// RPM-specific settings
linuxRpmLicenseType = "MIT"
//linuxRpmLicenseType = "MIT"
}
// Common additional options