mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-29 08:38:17 +08:00
fix(nx/forge): missing apple id for signing
This commit is contained in:
parent
575f38e6e0
commit
6e1b8ba932
@ -33,6 +33,7 @@ module.exports = {
|
|||||||
icon: path.join(APP_ICON_PATH, "icon"),
|
icon: path.join(APP_ICON_PATH, "icon"),
|
||||||
osxSign: {},
|
osxSign: {},
|
||||||
osxNotarize: {
|
osxNotarize: {
|
||||||
|
appleId: process.env.APPLE_ID,
|
||||||
appleIdPassword: process.env.APPLE_ID_PASSWORD,
|
appleIdPassword: process.env.APPLE_ID_PASSWORD,
|
||||||
teamId: process.env.APPLE_TEAM_ID
|
teamId: process.env.APPLE_TEAM_ID
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user