mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Fix identifier of Zoom installer
This commit is contained in:
@@ -3281,7 +3281,7 @@ zoom)
|
|||||||
zoomclient)
|
zoomclient)
|
||||||
name="zoom.us"
|
name="zoom.us"
|
||||||
type="pkg"
|
type="pkg"
|
||||||
packageID="us.zoom.pkg.videmeeting"
|
packageID="us.zoom.pkg.videomeeting"
|
||||||
if [[ $(arch) == i386 ]]; then
|
if [[ $(arch) == i386 ]]; then
|
||||||
downloadURL="https://zoom.us/client/latest/Zoom.pkg"
|
downloadURL="https://zoom.us/client/latest/Zoom.pkg"
|
||||||
elif [[ $(arch) == arm64 ]]; then
|
elif [[ $(arch) == arm64 ]]; then
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
zoomclient)
|
zoomclient)
|
||||||
name="zoom.us"
|
name="zoom.us"
|
||||||
type="pkg"
|
type="pkg"
|
||||||
packageID="us.zoom.pkg.videmeeting"
|
packageID="us.zoom.pkg.videomeeting"
|
||||||
if [[ $(arch) == i386 ]]; then
|
if [[ $(arch) == i386 ]]; then
|
||||||
downloadURL="https://zoom.us/client/latest/Zoom.pkg"
|
downloadURL="https://zoom.us/client/latest/Zoom.pkg"
|
||||||
elif [[ $(arch) == arm64 ]]; then
|
elif [[ $(arch) == arm64 ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user