Merge pull request #197 from adibue/adibue-mattermost-arm64

Got 'mattermost' ready for Apple Silicon
This commit is contained in:
Adam Codega
2021-07-06 10:22:49 -04:00
committed by GitHub

View File

@@ -1938,6 +1938,11 @@ malwarebytes)
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"