From faadcef1ed21077104f6ca6c8423d6e1dd52ede7 Mon Sep 17 00:00:00 2001 From: Will Chen Date: Mon, 14 Apr 2025 23:27:04 -0700 Subject: [PATCH] chore(forge): just use APPLE_TEAM_ID instead of sign id --- forge.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!,