chore(forge): just use APPLE_TEAM_ID instead of sign id

This commit is contained in:
Will Chen
2025-04-14 23:27:04 -07:00
parent 086adc9955
commit faadcef1ed

View File

@@ -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!,