Skip to content

Commit

Permalink
desktop files fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ozmartian committed Feb 3, 2017
1 parent fea4b24 commit 83cde3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ def get_data_files():
('/usr/share/icons/hicolor/512x512/apps', ['data/icons/hicolor/512x512/apps/vidcutter.png']),
('/usr/share/applications', ['data/desktop/vidcutter.desktop'])
]
return files.append(('.', ['README.md', 'LICENSE']))
files.append(('.', ['README.md', 'LICENSE']))
return files


here = path.abspath(path.dirname(__file__))
Expand Down

0 comments on commit 83cde3b

Please sign in to comment.