We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c2b63 commit 0cf6899Copy full SHA for 0cf6899
electron-builder.json
@@ -3,6 +3,22 @@
3
"directories": {
4
"output": "app-builds"
5
},
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
+ ],
22
"win": {
23
"icon": "dist",
24
"target": [
0 commit comments