Merge pull request #222 from adibue/adibue-hyper-m1

Got 'hyper' ready for Apple Silicon
This commit is contained in:
Adam Codega
2021-07-21 22:43:55 -04:00
committed by GitHub

View File

@@ -1780,6 +1780,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"