signmacosdesktop
filip mertens 9 months ago
parent 240a711e88
commit 1f8e8dfef6
  1. 2
      apps/remixdesktop/afterbuild.js

@ -1,7 +1,7 @@
const { spawn } = require('child_process');
exports.default = async function afterbuild(context) {
console.log('AFTER BUILD', context);
const child = spawn('zh', ['notarize.sh', 'arg1', 'arg2'], { shell: true });
const child = spawn('zsh', ['notarize.sh', 'arg1', 'arg2'], { shell: true });
child.stdout.on('data', (data) => {
console.log(`stdout: ${data}`);

Loading…
Cancel
Save