mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
IBM for some reason is adding too much to the “tag” on Github, so they have “Version 2.9.1 Build 96” for the current latest version. That ends up being read as 2.9.196, and not only 2.9.1 that the app version is. I upload this, so we have it ready, but not sure if `appNewVersion` should stay or be commented out.
8 lines
221 B
Bash
8 lines
221 B
Bash
ibmnotifier)
|
|
name="IBM Notifier"
|
|
type="zip"
|
|
downloadURL="$(downloadURLFromGit IBM mac-ibm-notifications)"
|
|
appNewVersion="$(versionFromGit IBM mac-ibm-notifications)"
|
|
expectedTeamID="PETKK2G752"
|
|
;;
|