signMac is a gulp task
This commit is contained in:
parent
fa0fc9d8c7
commit
99443e1b6c
|
@ -15,7 +15,7 @@ async function run(context) {
|
|||
|
||||
if (macBuild) {
|
||||
console.log('### Sign Safari App Extension');
|
||||
const proc = child.spawn('npm', ['run', 'signMac']);
|
||||
const proc = child.spawn('gulp', ['signMac']);
|
||||
stdOutProc(proc);
|
||||
await new Promise((resolve) => proc.on('close', resolve));
|
||||
|
||||
|
|
Loading…
Reference in New Issue