Skip to content

Commit 86b89ff

Browse files
committed
Update forge.config.js and package.json
1 parent c6fe7f1 commit 86b89ff

File tree

4 files changed

+504
-269
lines changed

4 files changed

+504
-269
lines changed

forge.config.js

+6-4
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,20 @@ module.exports = {
2121
name: "@electron-forge/maker-snap",
2222
config: {},
2323
},
24-
],
24+
],
25+
//TODO: document env variables
2526
packagerConfig: {
2627
icon: "./public/MOR_logo_circle.icns",
2728
osxSign: {
2829
identity: process.env.APPLE_IDENTITY,
2930
},
30-
osxNotarize: {
31+
32+
/* osxNotarize: {
3133
tool: "notarytool",
3234
// appleId: process.env.APPLE_ID,
3335
// appleIdPassword: process.env.APPLE_PASSWORD,
3436
// teamId: process.env.APPLE_TEAM_ID,
35-
keychainProfile: "betterbrand"
36-
},
37+
keychainProfile: "process.env.KEYCHAIN_PROFILE"
38+
}, */
3739
},
3840
};

0 commit comments

Comments
 (0)