mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-02 06:13:14 +01:00
new labels after merge
This commit is contained in:
13
fragments/labels/hyper.txt
Normal file
13
fragments/labels/hyper.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
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