1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Adding asc provider (#6302)

This commit is contained in:
Billy Tobon 2022-10-03 08:17:06 -04:00 committed by GitHub
parent e763786d4b
commit 773ee900b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,5 +22,6 @@ exports.default = async function notarizing(context) {
appPath: `${appOutDir}/${appName}.app`, appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLEID, appleId: process.env.APPLEID,
appleIdPassword: process.env.APPLEIDPASS, appleIdPassword: process.env.APPLEIDPASS,
ascProvider:process.env.ASCPROVIDER,
}); });
}; };