summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2011-07-29 20:56:48 -0700
committerAndrew Resch <andrewresch@gmail.com>2011-07-29 20:56:48 -0700
commit808ff0213032db4a818de816f0d73571305fa320 (patch)
treecf6a4e2dc2167acd3a3ffb72a201033781bb13d8
parent08a0a2de998253d8bf82d45248b291a6efe45865 (diff)
downloaddeluge-808ff0213032db4a818de816f0d73571305fa320.tar.gz
deluge-808ff0213032db4a818de816f0d73571305fa320.tar.bz2
deluge-808ff0213032db4a818de816f0d73571305fa320.zip
Fix path for desktop file
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1755117c0..5a55d426d 100644
--- a/setup.py
+++ b/setup.py
@@ -504,7 +504,7 @@ _data_files = [
]
if not windows_check():
- _data_files.append(('share/applications', ['deluge/data/share/applications/deluge.desktop']))
+ _data_files.append(('share/applications', ['deluge/ui/data/share/applications/deluge.desktop']))
entry_points = {
"console_scripts": [