Skip to content

Commit 0cf6899

Browse files
committed
Modify electron builder configuration to remove source code and tests
1 parent a8c2b63 commit 0cf6899

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: electron-builder.json

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
"directories": {
44
"output": "app-builds"
55
},
6+
"files": [
7+
"**/*",
8+
"!*.ts",
9+
"!*.code-workspace",
10+
"!LICENSE.md",
11+
"!package.json",
12+
"!package-lock.json",
13+
"!src/",
14+
"!e2e/",
15+
"!hooks/",
16+
"!.angular-cli.json",
17+
"!_config.yml",
18+
"!karma.conf.js",
19+
"!tsconfig.json",
20+
"!tslint.json"
21+
],
622
"win": {
723
"icon": "dist",
824
"target": [

0 commit comments

Comments
 (0)