mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
10 lines
390 B
Bash
10 lines
390 B
Bash
wallyezflash)
|
|
name="Wally"
|
|
type="dmg"
|
|
downloadURL="https://configure.zsa.io/wally/osx"
|
|
# 2022-02-07: Info.plist is totally wrong defined and contains no version information
|
|
#appNewVersion=$(curl -fsIL "${downloadURL}" | grep -i ^location | head -1 | sed -E 's/.*\/[a-zA-Z\-]*-([0-9.]*)\..*/\1/g')
|
|
expectedTeamID="V32BWKSNYH"
|
|
#versionKey="CFBundleVersion"
|
|
;;
|