Updated 'archiveName' for i386

The 'archiveName' for i386 has been changed to 'mac-x64.dmg'
This commit is contained in:
Adrian Bühler
2021-10-25 09:15:02 +02:00
committed by GitHub
parent cfa0d90725
commit 4abe614300

View File

@@ -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