mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
chore: add notarize debugging again
This commit is contained in:
parent
77c93c0561
commit
2cb7df3d1f
1 changed files with 3 additions and 3 deletions
|
|
@ -16,15 +16,15 @@ exports.default = async function notarizing(context) {
|
|||
}
|
||||
|
||||
try {
|
||||
// let envBefore = process.env.DEBUG;
|
||||
// process.env.DEBUG = 'electron-notarize';
|
||||
let envBefore = process.env.DEBUG;
|
||||
process.env.DEBUG = 'electron-notarize';
|
||||
await notarize({
|
||||
appBundleId,
|
||||
appPath,
|
||||
appleId: process.env.APPLEID,
|
||||
appleIdPassword: process.env.APPLEIDPASS,
|
||||
});
|
||||
// process.env.DEBUG = envBefore;
|
||||
process.env.DEBUG = envBefore;
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
throw new Error(e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue