forked from yaklang/yakit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
electron-builder.yaml
47 lines (40 loc) · 1015 Bytes
/
electron-builder.yaml
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
appId: 'io.yaklang.yakit'
productName: 'Yakit'
copyright: Copyright © 2021 v1ll4n
directories:
buildResources: resources
output: release/
app: .
#artifactName: ${productName}-${version}-${platform}-${arch}.${ext}
asar: true
publish:
- provider: "generic"
url: https://yaklang.oss-cn-beijing.aliyuncs.com/yak/latest/
mac:
artifactName: ${productName}-${version}-darwin-${arch}.${ext}
target:
- target: dmg
arch:
- x64
- arm64
icon: "app/assets/yakitlogo.icns"
linux:
artifactName: ${productName}-${version}-linux-amd64.${ext}
target:
- target: AppImage
arch:
- x64
win:
artifactName: ${productName}-${version}-windows-amd64.${ext}
target:
- target: nsis
arch:
- x64
icon: "app/assets/yakitlogo.ico"
#publish:
# - provider: generic
# url: https://update.electron-builder.com
# channel: latest
releaseInfo:
releaseName: ${version}
releaseNotes: "view github release: https://github.com/yaklang/yakit/releases"