build: Fixes forever

This commit is contained in:
Felix Rieseberg 2020-07-27 18:47:41 -07:00
parent fc645d1ab8
commit 982793d440

View File

@ -30,8 +30,10 @@ module.exports = {
'signature-flags': 'library'
},
osxNotarize: {
appBundleId: 'com.felixrieseberg.macintoshjs',
appleId: process.env['APPLE_ID'],
appleIdPassword: process.env['APPLE_ID_PASSWORD']
appleIdPassword: process.env['APPLE_ID_PASSWORD'],
ascProvider: 'LT94ZKYDCJ'
},
ignore: [
/\/assets(\/?)/,