diff --git a/.github/workflows/multiOSReleases.yml b/.github/workflows/multiOSReleases.yml index 4238ccb4..a0c276b2 100644 --- a/.github/workflows/multiOSReleases.yml +++ b/.github/workflows/multiOSReleases.yml @@ -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 diff --git a/build.gradle b/build.gradle index 94a1a2c7..3f3a4ee6 100644 --- a/build.gradle +++ b/build.gradle @@ -174,7 +174,7 @@ jpackage { linuxShortcut = true // RPM-specific settings - linuxRpmLicenseType = "MIT" + //linuxRpmLicenseType = "MIT" } // Common additional options