From eaaa609a265fc2deef77855d6184aa9575d14ba8 Mon Sep 17 00:00:00 2001 From: totaam Date: Wed, 1 Mar 2023 20:07:55 +0700 Subject: [PATCH] just remove $PYTHON and path to gtk-mac-bundler the installed binary should have the correct shebang and it is found on the $PATH of a "jhbuild shell" --- packaging/MacOS/make-app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/MacOS/make-app.sh b/packaging/MacOS/make-app.sh index 5759e9fc9f..42f7e1dacb 100755 --- a/packaging/MacOS/make-app.sh +++ b/packaging/MacOS/make-app.sh @@ -170,7 +170,7 @@ if [ ! -e "JHBUILD_PREFIX}/share/icons/hicolor/index.theme" ]; then touch "${JHBUILD_PREFIX}/share/icons/hicolor/index.theme" fi #we have to make sure we use python2 here (not ported yet): -PYTHON=${PYTHON} ~/.local/bin/gtk-mac-bundler Xpra.bundle +gtk-mac-bundler Xpra.bundle if [ "$?" != "0" ]; then echo "ERROR: gtk-mac-bundler failed" exit 1