mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
adding asc provider
Signed-off-by: Billy Tobon <billy.tobon@gmail.com>
This commit is contained in:
parent
e8f691ab0e
commit
bbb85ec763
@ -22,5 +22,6 @@ exports.default = async function notarizing(context) {
|
||||
appPath: `${appOutDir}/${appName}.app`,
|
||||
appleId: process.env.APPLEID,
|
||||
appleIdPassword: process.env.APPLEIDPASS,
|
||||
ascProvider:process.env.ASCPROVIDER,
|
||||
});
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user