nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/resources/forge.config.js b/resources/forge.config.js
2index 5a349a2..f967102 100644
3--- a/resources/forge.config.js
4+++ b/resources/forge.config.js
5@@ -13,19 +13,6 @@ module.exports = {
6 "schemes": "logseq"
7 }
8 ],
9- osxSign: {
10- identity: 'Developer ID Application: Tiansheng Qin',
11- 'hardened-runtime': true,
12- entitlements: 'entitlements.plist',
13- 'entitlements-inherit': 'entitlements.plist',
14- 'signature-flags': 'library'
15- },
16- osxNotarize: {
17- tool: 'notarytool',
18- appleId: process.env['APPLE_ID'],
19- appleIdPassword: process.env['APPLE_ID_PASSWORD'],
20- teamId: process.env['APPLE_TEAM_ID']
21- },
22 },
23 makers: [
24 {