mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-01-05 00:06: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
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user