Skip to content

Commit

Permalink
Attempt at windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
jwktje committed Feb 11, 2019
1 parent 91dab5e commit 86ceaab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mideo v0.0.6</title>
<title>Mideo v0.0.7</title>
<link rel="stylesheet" type="text/css" href="/css/app.css">
</head>
<body>
Expand Down
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 86ceaab

Please sign in to comment.