mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-23 13:14:13 +00:00
Specified the correct binary in the distribution, it would automatically find CLI-version.
9 lines
243 B
Bash
9 lines
243 B
Bash
handbrake)
|
|
name="HandBrake"
|
|
type="dmg"
|
|
archiveName="HandBrake-[0-9.]*.dmg$"
|
|
downloadURL=$(downloadURLFromGit HandBrake HandBrake )
|
|
appNewVersion=$(versionFromGit HandBrake HandBrake )
|
|
expectedTeamID="5X9DE89KYV"
|
|
;;
|