test
This commit is contained in:
3
.github/workflows/multiOSReleases.yml
vendored
3
.github/workflows/multiOSReleases.yml
vendored
@@ -67,6 +67,9 @@ jobs:
|
|||||||
# Build installer
|
# Build installer
|
||||||
- name: Build Installer
|
- name: Build Installer
|
||||||
run: ./gradlew build jpackage --info
|
run: ./gradlew build jpackage --info
|
||||||
|
env:
|
||||||
|
DOCKER_ENABLE_SECURITY: false
|
||||||
|
STIRLING_PDF_DESKTOP_UI: true
|
||||||
|
|
||||||
# Rename and collect artifacts based on OS
|
# Rename and collect artifacts based on OS
|
||||||
- name: Prepare artifacts
|
- name: Prepare artifacts
|
||||||
|
|||||||
@@ -174,7 +174,7 @@ jpackage {
|
|||||||
linuxShortcut = true
|
linuxShortcut = true
|
||||||
|
|
||||||
// RPM-specific settings
|
// RPM-specific settings
|
||||||
linuxRpmLicenseType = "MIT"
|
//linuxRpmLicenseType = "MIT"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Common additional options
|
// Common additional options
|
||||||
|
|||||||
Reference in New Issue
Block a user