test new notarize values
This commit is contained in:
parent
7da8be67fe
commit
7d9c6b5957
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ module.exports = async function() {
|
|||
await electron_notarize.notarize({
|
||||
appBundleId: appId,
|
||||
appPath: appPath,
|
||||
appleId: process.env.NOTARIZATION_USERNAME,
|
||||
appleIdPassword: process.env.NOTARIZATION_PASSWORD,
|
||||
appleId: process.env.NOTARIZATION_USERNAME_TEST,
|
||||
appleIdPassword: process.env.NOTARIZATION_PASSWORD_TEST,
|
||||
});
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
|
|
Loading…
Add table
Reference in a new issue