mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
10 lines
261 B
Bash
10 lines
261 B
Bash
santa)
|
|
# credit: Tadayuki Onishi (@kenchan0130)
|
|
name="Santa"
|
|
type="pkgInDmg"
|
|
packageID="com.google.santa"
|
|
downloadURL=$(downloadURLFromGit google santa)
|
|
appNewVersion=$(versionFromGit google santa)
|
|
expectedTeamID="EQHXZ8M8AV"
|
|
;;
|