diff --git a/forge.config.ts b/forge.config.ts index 324d02b..1af0df8 100644 --- a/forge.config.ts +++ b/forge.config.ts @@ -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!,