mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
13 lines
340 B
Bash
13 lines
340 B
Bash
mattermost)
|
|
name="Mattermost"
|
|
type="dmg"
|
|
if [[ $(arch) == i386 ]]; then
|
|
archiveName="mac.dmg"
|
|
elif [[ $(arch) == arm64 ]]; then
|
|
archiveName="mac-m1.dmg"
|
|
fi
|
|
downloadURL=$(downloadURLFromGit mattermost desktop)
|
|
appNewVersion=$(versionFromGit mattermost desktop )
|
|
expectedTeamID="UQ8HT4Q2XM"
|
|
;;
|