fix: osxSign in build

This commit is contained in:
Peng Xiao
2023-04-21 18:25:46 +08:00
parent 88a297c3c1
commit 971e256cd3

View File

@@ -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',