Skip to content

Commit

Permalink
just remove $PYTHON and path to gtk-mac-bundler
Browse files Browse the repository at this point in the history
the installed binary should have the correct shebang and it is found on the $PATH of a "jhbuild shell"
  • Loading branch information
totaam committed Mar 1, 2023
1 parent bba4c1d commit eaaa609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/MacOS/make-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eaaa609

Please sign in to comment.