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

@@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.3.7"></a>
## [1.3.7](https://github.com/UltimateHackingKeyboard/agent/compare/v1.3.6...v1.3.7) (2017-11-07)
<a name="1.3.6"></a>
## [1.3.6](https://github.com/UltimateHackingKeyboard/agent/compare/v1.3.5...v1.3.6) (2017-11-07)

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "uhk-agent",
"version": "1.3.6",
"version": "1.3.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -3,7 +3,7 @@
"private": true,
"author": "Ultimate Gadget Laboratories",
"main": "electron/dist/electron-main.js",
"version": "1.3.6",
"version": "1.3.7",
"description": "Agent is the configuration application of the Ultimate Hacking Keyboard.",
"repository": {
"type": "git",

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');