From 32f3ccd08ebaeadaf98d1ebbab7a55372f27b365 Mon Sep 17 00:00:00 2001 From: Steve Daulton Date: Thu, 27 Jul 2017 16:06:21 +0100 Subject: [PATCH] Update file name The current OS for Mac is macOS --- mac/scripts/build_dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/scripts/build_dist.sh b/mac/scripts/build_dist.sh index be30a5575..fa9974e09 100755 --- a/mac/scripts/build_dist.sh +++ b/mac/scripts/build_dist.sh @@ -15,7 +15,7 @@ echo "Audacity has been installed to: ${DSTROOT}" cd .. VOL="Audacity $VERSION" -DMG="audacity-macosx-$VERSION" +DMG="audacity-macos-$VERSION" # Preclean rm -rf "$DMG" "$DMG.dmg" TMP.dmg