forked from nashaofu/dingtalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
electron-builder.yml
56 lines (56 loc) · 1.07 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
appId: com.electron.dingtalk
productName: 钉钉
artifactName: dingtalk-${version}-${channel}-${arch}.${ext}
copyright: Copyright © year nashaofu
asar: true
directories:
buildResources: resources/icons
output: release
files:
- dist/**/*
- resources/tray/*
- resources/logo.png
publish:
provider: github
owner: nashaofu
repo: dingtalk
mac:
target: dmg
icon: './resources/icons/icon.icns'
category: public.app-category.instant-messaging
win:
icon: './resources/icons/icon.ico'
target:
- target: nsis
arch:
- x64
- ia32
linux:
target:
- target: AppImage
arch:
- x64
- ia32
- arm64
- armv7l
- target: deb
arch:
- x64
- ia32
- arm64
- armv7l
- target: rpm
arch:
- x64
- ia32
- arm64
- armv7l
executableName: dingtalk
icon: './resources/icons'
category: InstantMessaging;Network
nsis:
oneClick: false
perMachine: true
allowToChangeInstallationDirectory: true
displayLanguageSelector: true
language: 2052