mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
fix: osxSign in build
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user