Modify electron builder configuration to remove source code and tests

This commit is contained in:
Herve Thouzard
2018-05-24 17:23:30 +02:00
parent a8c2b63e27
commit 0cf6899a1d

View File

@@ -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": [