From 4265263c358297b94d73a84653fb1c28502b355a Mon Sep 17 00:00:00 2001 From: sksmatt Date: Tue, 4 Oct 2016 17:15:55 -0300 Subject: [PATCH] Build update --- main.js | 2 +- package.json | 2 +- readme.md | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 68b0407..b8422e8 100755 --- a/main.js +++ b/main.js @@ -32,7 +32,7 @@ app.on('ready', function(){ mainWindow.loadUrl('file://' + __dirname + '/index.html'); // Open the devtools. - mainWindow.openDevTools(); + // mainWindow.openDevTools(); // Emitted when the window is closed. mainWindow.on('closed', function() { diff --git a/package.json b/package.json index 8b0af58..4d59dee 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "main": "main.js", "scripts": { - "build": "electron-packager . KeyBro --platform=darwin --arch=x64 --icon=Icon.icns --overwrite | open .", + "build": "electron-packager . KeyBro --platform=darwin --arch=x64 --icon=Icon.icns --version=0.30.2 --overwrite | open .", "start": "electron ." } } diff --git a/readme.md b/readme.md index 4995529..09ca472 100644 --- a/readme.md +++ b/readme.md @@ -4,8 +4,14 @@ Use your QWERTY keyboard as a MIDI controller. ![MIDI KeyBro - MIDI Keyboard](preview.png "MIDI KeyBro - MIDI Keyboard") +[Download App](https://github.com/sksmatt/MIDI-KeyBro/releases) + ## Usage +### Download / Build + +Download the latest build from the link above (or scroll down for notes on how to build yourself) unzip and place **KeyBro.app** on `~/Applications`. + ### Enable Virtual MIDI Bus A virtual MIDI is used to send MIDI messages between different applications. KeyBro needs one enabled on port 0.