mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
create superhuman.sh
This commit is contained in:
10
fragments/labels/superhuman.sh
Normal file
10
fragments/labels/superhuman.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
superhuman)
|
||||
name="superhuman"
|
||||
type="dmg"
|
||||
if [[ $(arch) == "arm64" ]]; then
|
||||
downloadURL="https://download.superhuman.com/Superhuman-arm64.dmg"
|
||||
elif [[ $(arch) == "i386" ]]; then
|
||||
downloadURL="https://download.superhuman.com/Superhuman.dmg"
|
||||
fi
|
||||
expectedTeamID="6XHFYUTQGX"
|
||||
;;
|
||||
Reference in New Issue
Block a user