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({})],