Skip to content

Commit

Permalink
use the "Helpers" path for the non-appstore PKG builds
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@14384 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Nov 2, 2016
1 parent b743abf commit fe8534f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/xpra/platform/darwin/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,8 @@ 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
#appstore builds have script wrappers:
helper = os.path.join(base, "Resources", "scripts", "Xpra")
if not os.path.exists(helper):
helper = os.path.join(base, "Helpers", "Xpra")
return [helper]

0 comments on commit fe8534f

Please sign in to comment.