mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-03-09 15:40:18 +00:00
Setup.py: Fixed wrong desktop entry path
This commit is contained in:
parent
ca5af0235a
commit
605f906371
4 changed files with 13 additions and 11 deletions
6
setup.py
6
setup.py
|
@ -180,8 +180,10 @@ setup(
|
|||
data_files=[
|
||||
# Desktop entries spec:
|
||||
# https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/
|
||||
('/usr/share/applications', ['data/virtscreen.desktop']),
|
||||
('/usr/share/pixmaps', ['data/virtscreen.png']),
|
||||
('share/applications', ['data/virtscreen.desktop']),
|
||||
# $XDG_DATA_DIRS/icons
|
||||
# https://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#directory_layout
|
||||
('share/icons', ['data/virtscreen.png']),
|
||||
# ('share/man/man1', ['man/virtscreen.1'])
|
||||
], # Optional
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue