From 6bf76780796aed4a8c7a55912356ab81b61d021f Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Mon, 2 Dec 2019 15:54:29 -0800 Subject: [PATCH] build: Use ascProvider --- tools/notarize.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/notarize.js b/tools/notarize.js index d3f82df..7fb8df3 100644 --- a/tools/notarize.js +++ b/tools/notarize.js @@ -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;