github: Update macOS dmg filename pattern.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-07-21 18:13:11 -07:00
committed by Alex Vandiver
parent 1f497bf8c8
commit f9430674d2
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ def verify_release_download_link(link: str) -> bool:
PLATFORM_TO_SETUP_FILE = {
"linux": "Zulip-{version}-x86_64.AppImage",
"mac": "Zulip-{version}.dmg",
"mac": "Zulip-{version}-x64.dmg",
"mac-arm64": "Zulip-{version}-arm64.dmg",
"windows": "Zulip-Web-Setup-{version}.exe",
}