mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-22 19:53:48 +08:00
chore: add electronZipDir env which helps to offline build (#8983)
This commit is contained in:
@@ -150,6 +150,7 @@ export default {
|
|||||||
identity: 'Developer ID Application: TOEVERYTHING PTE. LTD.',
|
identity: 'Developer ID Application: TOEVERYTHING PTE. LTD.',
|
||||||
'hardened-runtime': true,
|
'hardened-runtime': true,
|
||||||
},
|
},
|
||||||
|
electronZipDir: process.env.ELECTRON_FORGE_ELECTRON_ZIP_DIR,
|
||||||
osxNotarize: process.env.APPLE_ID
|
osxNotarize: process.env.APPLE_ID
|
||||||
? {
|
? {
|
||||||
tool: 'notarytool',
|
tool: 'notarytool',
|
||||||
|
|||||||
Reference in New Issue
Block a user