mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
mattermost universal
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
mattermost)
|
||||
name="Mattermost"
|
||||
type="dmg"
|
||||
if [[ $(arch) == i386 ]]; then
|
||||
archiveName="mac-x64.dmg"
|
||||
elif [[ $(arch) == arm64 ]]; then
|
||||
archiveName="mac-m1.dmg"
|
||||
fi
|
||||
archiveName="mac-universal.dmg"
|
||||
downloadURL=$(downloadURLFromGit mattermost desktop)
|
||||
appNewVersion=$(versionFromGit mattermost desktop )
|
||||
expectedTeamID="UQ8HT4Q2XM"
|
||||
|
||||
Reference in New Issue
Block a user