mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix(build): upgrade electron-forge to v7
- use team id based notarize
This commit is contained in:
@@ -20,9 +20,10 @@ module.exports = {
|
||||
'signature-flags': 'library'
|
||||
},
|
||||
osxNotarize: {
|
||||
tool: 'notarytool',
|
||||
appleId: process.env['APPLE_ID'],
|
||||
appleIdPassword: process.env['APPLE_ID_PASSWORD'],
|
||||
ascProvider: process.env['APPLE_ASC_PROVIDER']
|
||||
teamId: process.env['APPLE_TEAM_ID']
|
||||
},
|
||||
},
|
||||
makers: [
|
||||
|
||||
Reference in New Issue
Block a user