Skip to content

Commit

Permalink
Modify electron builder configuration to remove source code and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hervehobbes committed May 24, 2018
1 parent a8c2b63 commit 0cf6899
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
"directories": {
"output": "app-builds"
},
"files": [
"**/*",
"!*.ts",
"!*.code-workspace",
"!LICENSE.md",
"!package.json",
"!package-lock.json",
"!src/",
"!e2e/",
"!hooks/",
"!.angular-cli.json",
"!_config.yml",
"!karma.conf.js",
"!tsconfig.json",
"!tslint.json"
],
"win": {
"icon": "dist",
"target": [
Expand Down

0 comments on commit 0cf6899

Please sign in to comment.