-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
71 lines (71 loc) · 1.32 KB
/
electron-builder.yml
File metadata and controls
71 lines (71 loc) · 1.32 KB
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
71
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 # RPM requires rpmbuild which only works on Linux
category: Telephony
executableName: ringcentral-embeddable-voice
executableArgs:
- --no-sandbox
- --ozone-platform=x11
- --enable-features=UseOzonePlatform
- --use-gl=desktop
snap:
confinement: strict
grade: stable
summary: RingCentral Embeddable Voice Desktop App
environment:
DISABLE_WAYLAND: "1"
ELECTRON_OZONE_PLATFORM_HINT: "x11"
GDK_BACKEND: "x11"
XDG_SESSION_TYPE: "x11"
LIBGL_ALWAYS_SOFTWARE: "1"
rpm:
fpm: ["--rpm-rpmbuild-define=_build_id_links none"]
depends:
- /usr/lib64/libuuid.so.1