-
Notifications
You must be signed in to change notification settings - Fork 514
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
36 lines (36 loc) · 974 Bytes
/
electron-builder.yml
File metadata and controls
36 lines (36 loc) · 974 Bytes
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
appId: com.anything.analyzer
productName: Anything Analyzer
directories:
buildResources: resources
files:
- '!**/.vscode/*'
- '!src/*'
- '!electron.vite.config.*'
- '!{.eslintignore,.eslintrc.cjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}'
- '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}'
publish:
provider: github
owner: Mouseww
repo: anything-analyzer
win:
target:
- nsis
artifactName: "Anything-Analyzer-Setup-${version}.${ext}"
nsis:
oneClick: false
allowToChangeInstallationDirectory: true
mac:
category: public.app-category.developer-tools
hardenedRuntime: true
gatekeeperAssess: false
type: distribution
entitlements: resources/entitlements.mac.plist
entitlementsInherit: resources/entitlements.mac.plist
target:
- dmg
- zip
artifactName: "Anything-Analyzer-${version}-${arch}.${ext}"
linux:
target:
- AppImage
artifactName: "Anything-Analyzer-${version}.${ext}"