Skip to content

Commit

Permalink
Added electron-builder support
Browse files Browse the repository at this point in the history
  • Loading branch information
NotZoeyDev committed Jul 13, 2018
1 parent 1ae4b25 commit 94013e0
Show file tree
Hide file tree
Showing 3 changed files with 1,765 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ typings/

# next.js build output
.next

dist/
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@
"description": "",
"main": "src/main.js",
"scripts": {
"start": "electron ."
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"author": {
"name": "Zoey Désautels",
"email": "Zoey@panties.moe"
},
"license": "MIT",
"devDependencies": {
"electron": "^2.0.4"
"electron": "^2.0.4",
"electron-builder": "^20.20.4"
},
"build": {
"appId": "panties.moe"
}
}
Loading

0 comments on commit 94013e0

Please sign in to comment.