Merge branch 'master' of github.com:UltimateHackingKeyboard/agent

This commit is contained in:
László Monda
2017-11-07 23:56:43 +01:00
4 changed files with 11 additions and 2 deletions

View File

@@ -40,6 +40,10 @@ if (!isReleaseCommit) {
process.exit(0)
}
if (process.platform === 'darwin') {
exec('brew install yarn --without-node');
}
exec("yarn add electron-builder");
const path = require('path');