mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix(build): missing resource files in release build
This commit is contained in:
@@ -19,11 +19,11 @@ module.exports = {
|
||||
'entitlements-inherit': 'entitlements.plist',
|
||||
'signature-flags': 'library'
|
||||
},
|
||||
osxNotarize: {
|
||||
osxNotarize: process.env['APPLE_ID'] ? {
|
||||
appleId: process.env['APPLE_ID'],
|
||||
appleIdPassword: process.env['APPLE_ID_PASSWORD'],
|
||||
ascProvider: process.env['APPLE_ASC_PROVIDER']
|
||||
},
|
||||
} : undefined,
|
||||
},
|
||||
makers: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user