Add Vimac

This commit is contained in:
AP Orlebeke
2021-11-26 00:37:07 -05:00
parent 0b3ab7b382
commit 241df209b6

View File

@@ -0,0 +1,7 @@
vimac)
name="Vimac"
type="zip"
downloadURL=$(curl -fs "https://vimacapp.com/latest-release-metadata" | tr ',' '\n' | awk -F\" '/download_url/ {print $4}')
appNewVersion=$(curl -fs "https://vimacapp.com/latest-release-metadata" | tr ',' '\n' | awk -F\" '/short_version/ {print $4}')
expectedTeamID="LQ2VH8VB84"
;;