From dd17b5a72af0d1ecc060c669c94560f316fb48f8 Mon Sep 17 00:00:00 2001 From: young-do Date: Tue, 20 Aug 2024 11:24:59 +0900 Subject: [PATCH] =?UTF-8?q?notarize=20=EC=A3=BC=EC=84=9D=EC=B2=98=EB=A6=AC?= =?UTF-8?q?=EB=90=9C=EA=B1=B0=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- forge.config.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/forge.config.ts b/forge.config.ts index 1da5ed2..c8eacde 100644 --- a/forge.config.ts +++ b/forge.config.ts @@ -16,13 +16,13 @@ const config: ForgeConfig = { packagerConfig: { asar: true, icon: 'src/shared/assets/icons/icon', - // osxSign: {}, - // osxNotarize: { - // // @see: https://www.electronforge.io/guides/code-signing/code-signing-macos#option-2-using-an-app-store-connect-api-key - // appleApiKey: process.env.APPLE_API_KEY as string, - // appleApiKeyId: process.env.APPLE_API_KEY_ID as string, - // appleApiIssuer: process.env.APPLE_API_ISSUER as string, - // }, + osxSign: {}, + osxNotarize: { + // @see: https://www.electronforge.io/guides/code-signing/code-signing-macos#option-2-using-an-app-store-connect-api-key + appleApiKey: process.env.APPLE_API_KEY as string, + appleApiKeyId: process.env.APPLE_API_KEY_ID as string, + appleApiIssuer: process.env.APPLE_API_ISSUER as string, + }, }, rebuildConfig: {}, makers: [new MakerSquirrel({}), new MakerZIP({}, ['darwin']), new MakerRpm({}), new MakerDeb({})],