Skip to content

Commit

Permalink
doh: we can execute scripts not bin! (scripts run bin with the correc…
Browse files Browse the repository at this point in the history
…t arguments..)

git-svn-id: https://xpra.org/svn/Xpra/trunk@14226 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 20, 2016
1 parent 5a93243 commit a5df758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/platform/darwin/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@ def do_get_sound_command():
subapp = os.path.join(base, "Xpra_NoDock.app", "Contents")
if os.path.exists(subapp) and os.path.isdir(subapp):
base = subapp
helper = os.path.join(base, "Resources", "bin", "Xpra")
helper = os.path.join(base, "Resources", "scripts", "Xpra")
return [helper]

0 comments on commit a5df758

Please sign in to comment.