mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +01:00
Fix notarize script (again)
This commit is contained in:
parent
5869d72cc9
commit
361ab09bd8
@ -14,5 +14,6 @@ exports.default = async function notarizing(context) {
|
||||
appPath: `${appOutDir}/${appName}.app`,
|
||||
appleId: process.env.APPLEID,
|
||||
appleIdPassword: process.env.APPLEIDPASS,
|
||||
teamId: process.env.TEAMID,
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user