forked from platypush/platypush
Fixed localstream executable
This commit is contained in:
parent
687e9e32f9
commit
10e45123c4
4 changed files with 101 additions and 71 deletions
3
setup.py
3
setup.py
|
@ -49,7 +49,8 @@ setup(
|
|||
'platydock=platypush.platydock:main',
|
||||
],
|
||||
},
|
||||
scripts = ['bin/platyvenv'],
|
||||
scripts = ['bin/platyvenv', 'platypush/plugins/media/bin/localstream.js',
|
||||
'platypush/plugins/media/bin/localstream'],
|
||||
# data_files = [
|
||||
# ('/etc/platypush', ['platypush/config.example.yaml'])
|
||||
# ],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue