From ffbad1654cdd9263a964873d95535ed66a5011b4 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 16 Aug 2017 22:47:44 +0200 Subject: [PATCH] macosx: create_dmg: Fix comment. --- cross-compile/macosx/create_dmg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross-compile/macosx/create_dmg b/cross-compile/macosx/create_dmg index 7b4b12c..0b2326b 100755 --- a/cross-compile/macosx/create_dmg +++ b/cross-compile/macosx/create_dmg @@ -96,7 +96,7 @@ install_name_tool -change \ @executable_path/../Frameworks/Python.framework/Versions/$PYVER/Python \ $FRAMEWORKSDIR/libsigrokdecode.*.dylib -# Add PulseView wrapper script that sets PYTHONHOME and SIGROKDECODE_DIR. +# Add PulseView wrapper (sets PYTHONHOME/SIGROK_FIRMWARE_DIR/SIGROKDECODE_DIR). mv $MACOSDIR/$APPNAME_BINARY $MACOSDIR/$APPNAME_BINARY.real cp ../contrib/pulseview $MACOSDIR chmod 755 $MACOSDIR/$APPNAME_BINARY -- 2.30.2