Got 'hyper' ready for Apple Silicon

`hyper` now supports Apple Silicon
This commit is contained in:
Adrian Bühler
2021-07-19 10:30:16 +02:00
committed by GitHub
parent 301bc11d20
commit 85318cc508

View File

@@ -1772,6 +1772,11 @@ hpeasystart)
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"