Skip to content

Commit

Permalink
the gtk info main script has been moved, update the osx launcher scri…
Browse files Browse the repository at this point in the history
…pt accordingly

git-svn-id: https://xpra.org/svn/Xpra/trunk@12579 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 14, 2016
1 parent 9169e99 commit 28eea4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osx/Helpers/GTK_info
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ exe_name=$(basename $0)
full_path=$(cd "$(dirname "$0")"; pwd -P)
PYTHON="$full_path/PythonExecWrapper"

exec "$PYTHON" "$exe_name" -c "import sys;sys.argv[0]=\"$full_path/$exe_name\";from xpra.gtk_common.gtk_util import main;main()" "$@"
exec "$PYTHON" "$exe_name" -c "import sys;sys.argv[0]=\"$full_path/$exe_name\";from xpra.scripts.gtk_info import main;main()" "$@"

0 comments on commit 28eea4f

Please sign in to comment.