mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-22 13:20:51 +00:00
new labels after merge
This commit is contained in:
12
fragments/labels/githubdesktop.txt
Normal file
12
fragments/labels/githubdesktop.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
githubdesktop)
|
||||
name="GitHub Desktop"
|
||||
type="zip"
|
||||
if [[ $(arch) == "arm64" ]]; then
|
||||
downloadURL="https://central.github.com/deployments/desktop/desktop/latest/darwin-arm64"
|
||||
elif [[ $(arch) == "i386" ]]; then
|
||||
downloadURL="https://central.github.com/deployments/desktop/desktop/latest/darwin"
|
||||
fi
|
||||
appNewVersion=$(curl -fsL https://central.github.com/deployments/desktop/desktop/changelog.json | awk -F '{' '/"version"/ { print $2 }' | sed -E 's/.*,\"version\":\"([0-9.]*)\".*/\1/g')
|
||||
expectedTeamID="VEKTX9H2N7"
|
||||
;;
|
||||
Reference in New Issue
Block a user