clean up electron build, merge electron mod into core

This commit is contained in:
Stewart Allen 2025-11-12 23:29:36 -05:00
commit a66d7fe202
12 changed files with 69 additions and 146 deletions

View file

@ -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;
}