mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
update title
This commit is contained in:
parent
c87499e406
commit
ad6021580f
@ -14,7 +14,7 @@ async function run(context) {
|
||||
const macBuild = context.electronPlatformName === 'darwin';
|
||||
|
||||
if (macBuild) {
|
||||
console.log('### Sign Safari App Extension');
|
||||
console.log('### Sign App w/ Safari Extension');
|
||||
const proc = child.spawn('gulp', ['signMac']);
|
||||
stdOutProc(proc);
|
||||
await new Promise((resolve) => proc.on('close', resolve));
|
||||
|
Loading…
Reference in New Issue
Block a user