forked from filecoin-station/desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
electron-builder.yml
70 lines (60 loc) · 1.36 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
appId: io.filecoin.station
generateUpdatesFilesForAllChannels: true
extraMetadata:
buildNumber: "will be set from before-pack script"
files:
- filter:
- main/**/*
- assets/**/*
- renderer/dist/**/*
- node_modules/**/*
- package.json
extraResources:
- 'core/**'
beforePack: './build/before-pack.js'
afterPack: './build/after-pack.js'
afterSign: './build/notarize-macos.js'
artifactName: '${productName}.${ext}'
mac:
category: public.app-category.utilities
darkModeSupport: true
hardenedRuntime: true
gatekeeperAssess: false
entitlements: 'build/entitlements.mac.plist'
entitlementsInherit: 'build/entitlements.mac.plist'
target:
- target: dmg
arch: ['universal']
- target: zip
arch: ['universal']
dmg:
iconSize: 160
iconTextSize: 12
window:
width: 660
height: 400
contents:
- x: 180
y: 200
type: file
- x: 480
y: 200
type: link
path: /Applications
nsis:
oneClick: false
warningsAsErrors: false
perMachine: false
allowElevation: true
allowToChangeInstallationDirectory: true
linux:
artifactName: ${name}-${os}-${arch}.${ext}
executableName: filecoin-station
icon: filecoin-station
category: Network;FileTransfer;P2P
synopsis: A desktop client for Filecoin Retrieval Markets
maintainer: [email protected]
target:
- AppImage
publish:
- github