finished updating labels

This commit is contained in:
Armin Briegel
2021-08-16 16:55:28 +02:00
parent 97e8c160d2
commit 2e72b05df1
142 changed files with 460 additions and 190 deletions

View File

@@ -1,7 +1,11 @@
hyper)
# credit: Adrian Bühler (@midni9ht)
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"