Skip to content

Commit

Permalink
Add support for building a Windows self-contained executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazza committed Nov 13, 2017
1 parent 93c6949 commit 7cfa790
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions electron-builder.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"directories": {
"app": "dist",
"output": "app-builds"
},
"win": {
"icon": "dist/favicon",
"target": ["portable"]
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"css-loader": "0.28.7",
"cssnano": "3.10.0",
"electron": "1.7.8",
"electron-builder": "^19.45.4",
"electron-packager": "9.1.0",
"electron-reload": "1.2.1",
"exports-loader": "0.6.4",
Expand Down

0 comments on commit 7cfa790

Please sign in to comment.