mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Got 'hyper' ready for Apple Silicon
`hyper` now supports Apple Silicon
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user