1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

allow dmg and mas builds

This commit is contained in:
Kyle Spearrin
2019-10-01 17:29:52 -04:00
parent a891bd71f8
commit 72bd3bc46f
3 changed files with 12 additions and 4 deletions

View File

@@ -14,10 +14,12 @@ async function run(context) {
const macBuild = context.electronPlatformName === 'darwin';
if (macBuild) {
/*
console.log('### Sign App w/ Safari Extension');
const proc = child.spawn('gulp', ['signMac']);
stdOutProc(proc);
await new Promise((resolve) => proc.on('close', resolve));
*/
console.log('### Notarizing ' + appPath);
return await notarize({