diff --git a/.github/workflows/create-builds.yml b/.github/workflows/create-builds.yml index 0a53f19..a7d6f40 100644 --- a/.github/workflows/create-builds.yml +++ b/.github/workflows/create-builds.yml @@ -1,4 +1,4 @@ -name: CreateBuilds +name: Build & Ship Installers on: workflow_dispatch env: diff --git a/forge.config.cjs b/forge.config.cjs index 482dabc..b3b41d2 100644 --- a/forge.config.cjs +++ b/forge.config.cjs @@ -20,11 +20,11 @@ const forgeConfig = { osxSign: { tool: 'notarytool', identity: 'Developer ID Application: Darragh ORiordan (74NM54BFA4)', - 'hardened-runtime': true, - 'gatekeeper-assess': false, + // 'hardened-runtime': true, + // 'gatekeeper-assess': false, entitlements: 'src/assets/mac-store-meta/entitlements.plist', - 'entitlements-inherit': 'src/assets/mac-store-meta/entitlements.plist', - 'signature-flags': 'library', + // 'entitlements-inherit': 'src/assets/mac-store-meta/entitlements.plist', + // 'signature-flags': 'library', }, // Since electron-notarize 1.1.0 it will throw instead of simply print a // warning to the console, so we have to actively check if we should