chore(forge): just use APPLE_TEAM_ID instead of sign id
This commit is contained in:
@@ -49,7 +49,7 @@ const config: ForgeConfig = {
|
||||
icon: "./assets/icon/logo",
|
||||
|
||||
osxSign: {
|
||||
identity: process.env.APPLE_SIGN_ID,
|
||||
identity: process.env.APPLE_TEAM_ID,
|
||||
},
|
||||
osxNotarize: {
|
||||
appleId: process.env.APPLE_ID!,
|
||||
|
||||
Reference in New Issue
Block a user