Merge pull request #270 from homebysix/zoom-id

Fix identifier of Zoom installer
This commit is contained in:
Armin Briegel
2021-10-14 14:36:38 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -3281,7 +3281,7 @@ zoom)
zoomclient)
name="zoom.us"
type="pkg"
packageID="us.zoom.pkg.videmeeting"
packageID="us.zoom.pkg.videomeeting"
if [[ $(arch) == i386 ]]; then
downloadURL="https://zoom.us/client/latest/Zoom.pkg"
elif [[ $(arch) == arm64 ]]; then

View File

@@ -1,7 +1,7 @@
zoomclient)
name="zoom.us"
type="pkg"
packageID="us.zoom.pkg.videmeeting"
packageID="us.zoom.pkg.videomeeting"
if [[ $(arch) == i386 ]]; then
downloadURL="https://zoom.us/client/latest/Zoom.pkg"
elif [[ $(arch) == arm64 ]]; then