fix: osxSign in build

This commit is contained in:
Peng Xiao
2023-04-21 18:25:46 +08:00
parent 88a297c3c1
commit 971e256cd3
+4 -4
View File
@@ -32,10 +32,10 @@ module.exports = {
stable: 'pro.affine.app', stable: 'pro.affine.app',
}), }),
icon: icnsPath, icon: icnsPath,
// osxSign: { osxSign: {
// identity: 'Developer ID Application: TOEVERYTHING PTE. LTD.', identity: 'Developer ID Application: TOEVERYTHING PTE. LTD.',
// 'hardened-runtime': true, 'hardened-runtime': true,
// }, },
osxNotarize: process.env.APPLE_ID osxNotarize: process.env.APPLE_ID
? { ? {
tool: 'notarytool', tool: 'notarytool',