No "fix" needed after github download fix

This commit is contained in:
Søren Theilgaard
2022-08-29 20:40:31 +02:00
parent 2399dc5c1e
commit 8f50f04725

View File

@@ -2,9 +2,9 @@ hyper)
name="Hyper"
type="dmg"
if [[ $(arch) == i386 ]]; then
archiveName="-mac-x64.dmg"
archiveName="mac-x64.dmg"
elif [[ $(arch) == arm64 ]]; then
archiveName="-mac-arm64.dmg"
archiveName="mac-arm64.dmg"
fi
downloadURL=$(downloadURLFromGit vercel hyper )
appNewVersion=$(versionFromGit vercel hyper)