diff --git a/app/views/home.html b/app/views/home.html
index eec79d7..422cff7 100644
--- a/app/views/home.html
+++ b/app/views/home.html
@@ -2,7 +2,7 @@
- Mideo v0.0.6
+ Mideo v0.0.7
diff --git a/package.json b/package.json
index 3093cf8..234b971 100644
--- a/package.json
+++ b/package.json
@@ -1,18 +1,25 @@
{
"name": "Mideo",
- "version": "0.0.6",
+ "version": "0.0.7",
"description": "Turn video into Midi",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"pack": "electron-builder --dir",
- "dist": "electron-builder"
+ "dist": "electron-builder",
+ "dist-win": "electron-builder -w --x64"
},
"author": "Jan Willem Kolkman",
"license": "ISC",
"build": {
- "appId": "com.electron.mideo"
+ "appId": "com.electron.mideo",
+ "win": {
+ "target": ["portable"]
+ },
+ "portable": {
+ "artifactName": "mideo_portable.exe"
+ }
},
"devDependencies": {
"electron-builder": "^20.38.4"