clean up electron build, merge electron mod into core
This commit is contained in:
parent
ca61b0d618
commit
a66d7fe202
12 changed files with 69 additions and 146 deletions
|
|
@ -5,6 +5,7 @@ exports.default = async function notarizing(context) {
|
|||
const { electronPlatformName, appOutDir } = context;
|
||||
|
||||
if (process.env.SKIPNOT || electronPlatformName !== 'darwin') {
|
||||
console.log('SKIP NOTARIZING');
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue