mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-09 13:21:53 +00:00
Merge pull request #292 from adibue/adibue-mattermost-patch
Mattermost: Updated 'archiveName' for i386
This commit is contained in:
@@ -2,7 +2,7 @@ mattermost)
|
||||
name="Mattermost"
|
||||
type="dmg"
|
||||
if [[ $(arch) == i386 ]]; then
|
||||
archiveName="mac.dmg"
|
||||
archiveName="mac-x64.dmg"
|
||||
elif [[ $(arch) == arm64 ]]; then
|
||||
archiveName="mac-m1.dmg"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user