fix(build): missing resource files in release build

This commit is contained in:
Andelf
2024-03-15 14:45:17 +08:00
parent fce692af30
commit b640884313
2 changed files with 3 additions and 2 deletions

View File

@@ -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: [
{