-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathelectron-builder.yml
58 lines (58 loc) · 949 Bytes
/
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
appId: com.ringcentral.integration.EmbeddableVoice
productName: RingCentral Embeddable
files:
- package.json
- api.json
- main.js
- app.html
- app.js
- preload.js
- header_logo.svg
- icon.*
- icons/*
directories:
buildResources: ./
output: release
protocols:
-
name: call
role: Viewer
schemes:
- tel
- callto
- sms
publish:
-
provider: github
owner: ringcentral
repo: ringcentral-embeddable-electron-app
mac:
category: public.app-category.business
icon: icon.icns
dmg:
contents:
-
x: 130
y: 220
-
x: 410
y: 220
type: link
path: /Applications
win:
target:
- nsis
linux:
target:
- deb
- AppImage
- snap
- rpm
category: Telephony
executableName: ringcentral-embeddable-voice
executableArgs:
- --no-sandbox
rpm:
fpm: ["--rpm-rpmbuild-define=_build_id_links none"]
depends:
- /usr/lib64/libuuid.so.1