mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2024-12-21 19:08:24 +01:00
test
This commit is contained in:
parent
32aa623c8b
commit
e6c2ad8c9c
3
.github/workflows/multiOSReleases.yml
vendored
3
.github/workflows/multiOSReleases.yml
vendored
@ -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
|
||||
|
@ -174,7 +174,7 @@ jpackage {
|
||||
linuxShortcut = true
|
||||
|
||||
// RPM-specific settings
|
||||
linuxRpmLicenseType = "MIT"
|
||||
//linuxRpmLicenseType = "MIT"
|
||||
}
|
||||
|
||||
// Common additional options
|
||||
|
Loading…
Reference in New Issue
Block a user