-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
55 lines (55 loc) · 1.29 KB
/
electron-builder.yml
File metadata and controls
55 lines (55 loc) · 1.29 KB
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
47
48
49
50
51
52
53
54
55
appId: com.synapse
productName: Synapse
publish: null
directories:
output: release
buildResources: resources
files:
- dist/**/*
- resources/**/*
- package.json
- node_modules/**/*
- '!node_modules/node-pty/build'
- '!node_modules/node-pty/build/**/*'
afterPack: ./scripts/after-pack.js
asarUnpack:
- dist/statusline/**/*
- resources/bin/**/*
- node_modules/node-pty/**/*
npmRebuild: false
win:
icon: resources/icon.ico
artifactName: ${productName}-Setup-${version}-win-${arch}.${ext}
target:
- target: nsis
arch:
- x64
nsis:
oneClick: false
allowToChangeInstallationDirectory: true
allowElevation: true
createDesktopShortcut: true
createStartMenuShortcut: true
installerIcon: resources/icon.ico
uninstallerIcon: resources/icon.ico
installerHeaderIcon: resources/icon.ico
dmg:
format: UDZO
sign: false
mac:
icon: resources/icon.png
artifactName: ${productName}-${version}-mac-${arch}.${ext}
category: public.app-category.developer-tools
identity: "-"
hardenedRuntime: false
gatekeeperAssess: false
entitlements: resources/entitlements.mac.plist
entitlementsInherit: resources/entitlements.mac.inherit.plist
target:
- target: dmg
arch:
- arm64
- x64
linux:
icon: resources/icon.png
category: Development