From 40176503b91458db7e439dd9154d1c41d0216c9c Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 29 Oct 2018 13:09:50 +0100 Subject: [PATCH] sigrok-native-macosx: Change DMG name to PulseView-NIGHTLY.dmg. This is more consistent with the binary builds for other OSes. --- cross-compile/macosx/create_dmg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cross-compile/macosx/create_dmg b/cross-compile/macosx/create_dmg index f4b36b7..7348528 100755 --- a/cross-compile/macosx/create_dmg +++ b/cross-compile/macosx/create_dmg @@ -51,7 +51,7 @@ cd $BUILDDIR APPNAME="PulseView" APPNAME_BINARY="pulseview" -APPVER="nightly" +APPVER="NIGHTLY" CONTENTSDIR="$APPNAME.app/Contents" MACOSDIR="$CONTENTSDIR/MacOS" @@ -107,5 +107,5 @@ chmod 755 $MACOSDIR/$APPNAME_BINARY cp ../contrib/Info.plist $CONTENTSDIR cp ../contrib/pulseview.icns $CONTENTSDIR/Resources -hdiutil create "${APPNAME}_${APPVER}.dmg" -volname "$APPNAME $APPVER" \ +hdiutil create "${APPNAME}-${APPVER}.dmg" -volname "$APPNAME $APPVER" \ -fs HFS+ -srcfolder "$APPNAME.app" -- 2.30.2