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