From e6c2ad8c9c98230ecb57ae5f9bdcb112c6d604a9 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com.> Date: Fri, 13 Dec 2024 00:00:56 +0000 Subject: [PATCH] test --- .github/workflows/multiOSReleases.yml | 3 +++ build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/multiOSReleases.yml b/.github/workflows/multiOSReleases.yml index 4238ccb48..a0c276b20 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 94a1a2c73..3f3a4ee65 100644 --- a/build.gradle +++ b/build.gradle @@ -174,7 +174,7 @@ jpackage { linuxShortcut = true // RPM-specific settings - linuxRpmLicenseType = "MIT" + //linuxRpmLicenseType = "MIT" } // Common additional options