Skip to content

Commit 5d2fcdf

Browse files
committed
Add glue to install zoomus.conf to the app
1 parent b38cc86 commit 5d2fcdf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

us.zoom.Zoom.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"install -Dm644 us.zoom.Zoom.96.png /app/share/icons/hicolor/96x96/apps/us.zoom.Zoom.png",
2525
"install -Dm644 us.zoom.Zoom.128.png /app/share/icons/hicolor/128x128/apps/us.zoom.Zoom.png",
2626
"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"
27+
"install -Dm755 zoom.sh /app/bin/zoom",
28+
"install -Dm644 zoomus.conf /app/etc/zoomus.conf"
2829
],
2930
"sources": [
3031
{
@@ -39,6 +40,8 @@
3940
"type": "script",
4041
"dest-filename": "zoom.sh",
4142
"commands": [
43+
"mkdir -p ~/config/",
44+
"test -e ~/config/zoomus.conf || ln -s /app/etc/zoomus.conf ~/config/zoomus.conf",
4245
"exec env TMPDIR=$XDG_CACHE_HOME /app/extra/zoom/ZoomLauncher \"$@\""
4346
]
4447
},

0 commit comments

Comments
 (0)