chore(forge): rename env SIGN_ID to APPLE_SIGN_ID

This commit is contained in:
Will Chen
2025-04-14 23:21:05 -07:00
parent d527bb0095
commit d268814d00

View File

@@ -49,7 +49,7 @@ const config: ForgeConfig = {
icon: "./assets/icon/logo",
osxSign: {
identity: process.env.SIGN_ID,
identity: process.env.APPLE_SIGN_ID,
},
osxNotarize: {
appleId: process.env.APPLE_ID!,