Packaging: "Acorn RISC Machine" was a long time ago.

Use "Arm 64" instead of "ARM 64" for our .dmg names.
This commit is contained in:
Gerald Combs 2021-05-30 17:50:12 -07:00 committed by Wireshark GitLab Utility
parent eb71853533
commit ffc5522a35
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ if [ ! -x "$dmgbuild" ] ; then
fi
if lipo Wireshark.app/Contents/MacOS/Wireshark -verify_arch arm64e ; then
architecture="ARM 64"
architecture="Arm 64"
elif lipo Wireshark.app/Contents/MacOS/Wireshark -verify_arch x86_64 ; then
architecture="Intel 64"
else