add pid and start flag for gui, add systemd service file and .desktop file with new setup.sh

This commit is contained in:
2021-04-19 21:18:25 +02:00
parent 96829d0b6a
commit fec87df9c9
7 changed files with 55 additions and 10 deletions

View File

@@ -7,9 +7,9 @@ install_requires =
pywebview
py_modules =
controldeck
controldeck-gui
controldeck_gui
[options.entry_points]
console_scripts =
controldeck = controldeck:main
controldeck-gui = controldeck_gui:main
controldeck-gui = controldeck_gui:cli