mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-31 06:13:12 +01: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"
|
name="Mattermost"
|
||||||
type="dmg"
|
type="dmg"
|
||||||
if [[ $(arch) == i386 ]]; then
|
if [[ $(arch) == i386 ]]; then
|
||||||
archiveName="mac.dmg"
|
archiveName="mac-x64.dmg"
|
||||||
elif [[ $(arch) == arm64 ]]; then
|
elif [[ $(arch) == arm64 ]]; then
|
||||||
archiveName="mac-m1.dmg"
|
archiveName="mac-m1.dmg"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user