Skip to content

Commit

Permalink
#1334 we must install the script to be able to use it! (also fixes li…
Browse files Browse the repository at this point in the history
…ntian warning "desktop-command-not-in-package")

git-svn-id: https://xpra.org/svn/Xpra/trunk@15940 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 24, 2017
1 parent 5a6b491 commit 7d5cb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@ def add_service_exe(script, icon, base_name):
#*******************************************************************************
else:
#OSX and *nix:
scripts += ["scripts/xpra", "scripts/xpra_launcher"]
scripts += ["scripts/xpra", "scripts/xpra_launcher", "scripts/xpra_browser"]
add_data_files("share/man/man1", ["man/xpra.1", "man/xpra_launcher.1"])
add_data_files("share/xpra", ["README", "COPYING"])
add_data_files("share/xpra/icons", glob.glob("icons/*"))
Expand Down

0 comments on commit 7d5cb38

Please sign in to comment.