diff --git a/apps/electron/forge.config.js b/apps/electron/forge.config.js index 796f767edd..0da54795fa 100644 --- a/apps/electron/forge.config.js +++ b/apps/electron/forge.config.js @@ -32,10 +32,10 @@ module.exports = { stable: 'pro.affine.app', }), icon: icnsPath, - // osxSign: { - // identity: 'Developer ID Application: TOEVERYTHING PTE. LTD.', - // 'hardened-runtime': true, - // }, + osxSign: { + identity: 'Developer ID Application: TOEVERYTHING PTE. LTD.', + 'hardened-runtime': true, + }, osxNotarize: process.env.APPLE_ID ? { tool: 'notarytool',