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:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user