fixed problems with linux deploy
This commit is contained in:
parent
6db4ee634b
commit
c5d7c7d0a0
5 changed files with 15 additions and 5 deletions
|
@ -21,5 +21,9 @@ setup(
|
|||
license = "BSD license",
|
||||
packages = ['bungloo'],
|
||||
package_data = {"bungloo": files},
|
||||
scripts = ["bin/bungloo"]
|
||||
)
|
||||
scripts = ["bin/bungloo"],
|
||||
data_files=[
|
||||
('/usr/share/applications', ["bungloo.desktop"]),
|
||||
('/usr/share/pixmaps', ["bungloo/images/bungloo.xpm"])
|
||||
]
|
||||
)
|
||||
|
|
Reference in a new issue