Files
Installomator/fragments/labels/mattermost.sh
Adrian Bühler 4abe614300 Updated 'archiveName' for i386
The 'archiveName' for i386 has been changed to 'mac-x64.dmg'
2021-10-25 09:15:02 +02:00

13 lines
344 B
Bash

mattermost)
name="Mattermost"
type="dmg"
if [[ $(arch) == i386 ]]; then
archiveName="mac-x64.dmg"
elif [[ $(arch) == arm64 ]]; then
archiveName="mac-m1.dmg"
fi
downloadURL=$(downloadURLFromGit mattermost desktop)
appNewVersion=$(versionFromGit mattermost desktop )
expectedTeamID="UQ8HT4Q2XM"
;;