-
Notifications
You must be signed in to change notification settings - Fork 40
/
electron-builder.preview.yml
51 lines (51 loc) · 1.11 KB
/
electron-builder.preview.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
appId: "com.nine-chronicles-preview"
asar: true
productName: "Nine Chronicles Preview"
files:
- "!**/*"
- from: build
filter:
- '**/*'
win:
target:
- "zip"
- target: "nsis"
arch:
- "x64"
icon: "./src/renderer/resources/launcher-icon/preview/app.ico"
nsis:
oneClick: false
perMachine: false
allowElevation: false
allowToChangeInstallationDirectory: true
deleteAppDataOnUninstall: true
mac:
icon: "./src/renderer/resources/launcher-icon/preview/AppIcon.icns"
target:
- "dmg"
- "zip"
category: "public.app-category.games"
hardenedRuntime: true
entitlements: "./signing/entitlements.plist"
entitlementsInherit: "./signing/entitlements.inherit.plist"
notarize: { teamId: "Please replace it" }
dmg:
icon: "./src/renderer/resources/launcher-icon/preview/AppIcon.icns"
sign: false
iconSize: 75
contents:
- x: 130
y: 200
- x: 410
y: 200
type: "link"
path: "/Applications"
linux:
target:
- "zip"
- "AppImage"
publish:
provider: "s3"
bucket: "9c-release.planetariumhq.com"
path: "preview/launcher"
acl: "private"