-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelectron-builder.yml
46 lines (46 loc) · 949 Bytes
/
electron-builder.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
directories:
output: dist.electron
buildResources: build
appId: com.shellyln.mdne-electron
win:
icon: icons/app.ico
target: nsis
linux:
icon: icons/app
target:
- deb
- rpm
mac:
icon: icons/app/512x512.png
target: dmg
category: public.app-category.developer-tools
asarUnpack:
- config/**
- contents/out/**
files:
- "!.github/**"
- "!.vscode/**"
- "!build-scripts/**"
- "!docs/**"
- "!tests/**"
- "!src.browser/**"
- "!src.contents/**"
- "!src.mainproc/**"
- "!src.renderer/**"
- "!.browserslistrc"
- "!.eslintignore"
- "!.eslintrc"
- "!.eslintrc.json"
- "!.eslintrc.mainproc.json"
- "!.eslintrc.renderer.json"
- "!.eslintrc.ts.shared.json"
- "!.eslintrc.js.shared.json"
- "!.gitlab-ci.yml"
- "!.npmrc"
- "!babel.config.json"
- "!README.md"
- "!tsconfig.json"
- "!tsconfig.mainproc.json"
- "!tslint.json"
- "!webpack.mainproc.config.js"
- "!webpack.renderer.config.js"