mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Merge pull request #285 from jnichols35/label-superhuman
label superhuman.sh
This commit is contained in:
@@ -286,6 +286,7 @@ spotify
|
|||||||
steelseriesengine
|
steelseriesengine
|
||||||
strongsync
|
strongsync
|
||||||
sublimetext
|
sublimetext
|
||||||
|
superhuman
|
||||||
supportapp
|
supportapp
|
||||||
suspiciouspackage
|
suspiciouspackage
|
||||||
swiftruntimeforcommandlinetools
|
swiftruntimeforcommandlinetools
|
||||||
|
|||||||
11
fragments/labels/superhuman.sh
Normal file
11
fragments/labels/superhuman.sh
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
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
|
||||||
|
appNewVersion=$(curl -fs "https://storage.googleapis.com/download.superhuman.com/supertron-update/latest-mac.yml" | head -1 | cut -d " " -f2)
|
||||||
|
expectedTeamID="6XHFYUTQGX"
|
||||||
|
;;
|
||||||
Reference in New Issue
Block a user