This is more consistent with the binary builds for other OSes.
APPNAME="PulseView"
APPNAME_BINARY="pulseview"
-APPVER="nightly"
+APPVER="NIGHTLY"
CONTENTSDIR="$APPNAME.app/Contents"
MACOSDIR="$CONTENTSDIR/MacOS"
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"