-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d2f53b
commit 58efcf6
Showing
2 changed files
with
30 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
editors/zettlr/files/patch-disable-signing-forge.config.js.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- 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 |