update title
This commit is contained in:
parent
c87499e406
commit
ad6021580f
|
@ -14,7 +14,7 @@ async function run(context) {
|
||||||
const macBuild = context.electronPlatformName === 'darwin';
|
const macBuild = context.electronPlatformName === 'darwin';
|
||||||
|
|
||||||
if (macBuild) {
|
if (macBuild) {
|
||||||
console.log('### Sign Safari App Extension');
|
console.log('### Sign App w/ Safari Extension');
|
||||||
const proc = child.spawn('gulp', ['signMac']);
|
const proc = child.spawn('gulp', ['signMac']);
|
||||||
stdOutProc(proc);
|
stdOutProc(proc);
|
||||||
await new Promise((resolve) => proc.on('close', resolve));
|
await new Promise((resolve) => proc.on('close', resolve));
|
||||||
|
|
Loading…
Reference in New Issue