mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-09 05:11:59 +00:00
13 lines
327 B
Bash
13 lines
327 B
Bash
hyper)
|
|
name="Hyper"
|
|
type="dmg"
|
|
if [[ $(arch) == i386 ]]; then
|
|
archiveName="-mac-x64.dmg"
|
|
elif [[ $(arch) == arm64 ]]; then
|
|
archiveName="-mac-arm64.dmg"
|
|
fi
|
|
downloadURL=$(downloadURLFromGit vercel hyper )
|
|
appNewVersion=$(versionFromGit vercel hyper)
|
|
expectedTeamID="JW6Y669B67"
|
|
;;
|