mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-08-01 07:02:18 +08:00
58 lines
2.2 KiB
JSON
58 lines
2.2 KiB
JSON
{
|
|
"version": "7.1.5.43453",
|
|
"description": "Video and audio conferencing, chat, and webinars",
|
|
"homepage": "https://zoom.us",
|
|
"license": {
|
|
"identifier": "Proprietary",
|
|
"url": "https://zoom.us/terms"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cdn.zoom.us/prod/7.1.5.43453/x64/ZoomInstallerFull.exe#/dl.7z",
|
|
"hash": "77c161702500cde913c5b5281e9c8e790c27c80d87423b20807db9e14dc4b67a",
|
|
"pre_install": "Expand-7zipArchive \"$dir\\ZoomFull.cab\" -Removal"
|
|
},
|
|
"arm64": {
|
|
"url": "https://cdn.zoom.us/prod/7.1.5.43453/arm64/ZoomInstallerFull.exe#/dl.7z",
|
|
"hash": "28f75658e0b2d157aeb4aab325410efd2e6c2f9c69961601a9ccc6b14c2f058d",
|
|
"pre_install": "Expand-7zipArchive \"$dir\\ZoomFull.cab\" -Removal"
|
|
}
|
|
},
|
|
"post_install": [
|
|
"Expand-7zipArchive \"$dir\\win10rt.7z\" -Removal",
|
|
"Remove-Item \"$dir\\Install*\"",
|
|
"Write-Host \"Registering zoommtg:// protocol handler\"",
|
|
"$regpath = \"HKCU:\\SOFTWARE\\Classes\\zoommtg\"",
|
|
"New-Item -Path $regpath -Value \"Zoom (Application Name)\" -Force | Out-Null",
|
|
"New-ItemProperty -Path $regpath -Name \"URL Protocol\" -PropertyType String -Force | Out-Null",
|
|
"New-Item -Path \"$regpath\\shell\\open\\command\" -Value \"`\"$dir\\Zoom.exe`\" --url=`\"%1`\"\" -Force| Out-Null"
|
|
],
|
|
"uninstaller": {
|
|
"script": [
|
|
"Write-Host \"Unregistering zoommtg:// protocol handler\"",
|
|
"Remove-Item \"HKCU:\\SOFTWARE\\Classes\\zoommtg\" -Recurse -Force"
|
|
]
|
|
},
|
|
"bin": "Zoom.exe",
|
|
"shortcuts": [
|
|
[
|
|
"Zoom.exe",
|
|
"Zoom"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://www.zoom.us/rest/download?os=win",
|
|
"jsonpath": "$.result.downloadVO.zoomX64.version"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cdn.zoom.us/prod/$version/x64/ZoomInstallerFull.exe#/dl.7z"
|
|
},
|
|
"arm64": {
|
|
"url": "https://cdn.zoom.us/prod/$version/arm64/ZoomInstallerFull.exe#/dl.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|