We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38cc86 commit 5d2fcdfCopy full SHA for 5d2fcdf
1 file changed
us.zoom.Zoom.json
@@ -24,7 +24,8 @@
24
"install -Dm644 us.zoom.Zoom.96.png /app/share/icons/hicolor/96x96/apps/us.zoom.Zoom.png",
25
"install -Dm644 us.zoom.Zoom.128.png /app/share/icons/hicolor/128x128/apps/us.zoom.Zoom.png",
26
"install -Dm644 us.zoom.Zoom.256.png /app/share/icons/hicolor/256x256/apps/us.zoom.Zoom.png",
27
- "install -Dm755 zoom.sh /app/bin/zoom"
+ "install -Dm755 zoom.sh /app/bin/zoom",
28
+ "install -Dm644 zoomus.conf /app/etc/zoomus.conf"
29
],
30
"sources": [
31
{
@@ -39,6 +40,8 @@
39
40
"type": "script",
41
"dest-filename": "zoom.sh",
42
"commands": [
43
+ "mkdir -p ~/config/",
44
+ "test -e ~/config/zoomus.conf || ln -s /app/etc/zoomus.conf ~/config/zoomus.conf",
45
"exec env TMPDIR=$XDG_CACHE_HOME /app/extra/zoom/ZoomLauncher \"$@\""
46
]
47
},
0 commit comments