build: Use ascProvider

This commit is contained in:
Felix Rieseberg 2019-12-02 15:54:29 -08:00
parent 5396cae0f0
commit 6bf7678079

View file

@ -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;