mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-07 21:21:55 +00:00
appNewVersion fixed!
This commit is contained in:
@@ -2,6 +2,7 @@ ibmnotifier)
|
||||
name="IBM Notifier"
|
||||
type="zip"
|
||||
downloadURL="$(downloadURLFromGit IBM mac-ibm-notifications)"
|
||||
appNewVersion="$(versionFromGit IBM mac-ibm-notifications)"
|
||||
#appNewVersion="$(versionFromGit IBM mac-ibm-notifications)"
|
||||
appNewVersion="$(curl -sLI "https://github.com/IBM/mac-ibm-notifications/releases/latest" | grep -i "^location" | tr "/" "\n" | tail -1 | cut -d "-" -f2 | sed 's/[^0-9\.]//g')"
|
||||
expectedTeamID="PETKK2G752"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user