Skip to content

Commit

Permalink
build: Use ascProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrieseberg committed Dec 2, 2019
1 parent 5396cae commit 6bf7678
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ module.exports = function () {
appBundleId: 'com.felixrieseberg.windows95',
appPath: buildOutput,
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_ID_PASSWORD
appleIdPassword: process.env.APPLE_ID_PASSWORD,
ascProvider: 'LT94ZKYDCJ'
}).catch((e) => {
console.error(e);
throw e;
Expand Down

0 comments on commit 6bf7678

Please sign in to comment.