mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-09 05:11:59 +00:00
Add Vimac
This commit is contained in:
7
fragments/labels/vimac.sh
Normal file
7
fragments/labels/vimac.sh
Normal 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"
|
||||
;;
|
||||
Reference in New Issue
Block a user