--- forge.config.js 2024-08-28 23:44:48 +++ forge.config.js 2024-08-28 23:45:12 @@ -177,16 +177,6 @@ // with capital Z) we have to explicitly set executableName on the Linux // target. name: 'Zettlr', - // The certificate is written to the default keychain during CI build. - // See ./scripts/add-osx-cert.sh - osxSign: { - identity: 'Developer ID Application: Hendrik Erz (QS52BN8W68)', - 'hardened-runtime': true, - 'gatekeeper-assess': false, - entitlements: 'scripts/assets/entitlements.plist', - 'entitlements-inherit': 'scripts/assets/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 // notarize or not. We do so by checking for the necessary environment