mirror of
https://github.com/markqvist/Sideband.git
synced 2025-05-15 04:42:28 -04:00
Added app launcher integration
This commit is contained in:
parent
6282d58bc3
commit
5cff275bcc
3 changed files with 24 additions and 0 deletions
4
setup.py
4
setup.py
|
@ -79,6 +79,10 @@ setuptools.setup(
|
|||
"License :: Other/Proprietary License",
|
||||
"Operating System :: OS Independent",
|
||||
],
|
||||
data_files = [
|
||||
('share/applications', ['sbapp/assets/io.unsigned.sideband.desktop']),
|
||||
('share/icons/hicolor/512x512/apps', ['sbapp/assets/io.unsigned.sideband.png']),
|
||||
],
|
||||
entry_points= {
|
||||
'console_scripts': [
|
||||
'sideband=sbapp:main.run',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue