aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-05-30 17:50:12 -0700
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-05-31 07:41:32 +0000
commitffc5522a3576975a8ab376d7cc9b0272d4a821db (patch)
tree3ef49f1470a25b7753c8b393fe0534a765984075 /packaging
parenteb71853533dc587da9febb89c4849adaeb420470 (diff)
Packaging: "Acorn RISC Machine" was a long time ago.
Use "Arm 64" instead of "ARM 64" for our .dmg names.
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/osx-dmg.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/osx-dmg.sh.in b/packaging/macosx/osx-dmg.sh.in
index 07f759ea3f..367c0c1722 100755
--- a/packaging/macosx/osx-dmg.sh.in
+++ b/packaging/macosx/osx-dmg.sh.in
@@ -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