Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
change app icons install directory to /usr/share/icons/hicolor/scalable/apps/ for linux distros.
  • Loading branch information
morealaz committed Aug 23, 2021
1 parent 0cd20c0 commit 45b922e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -152,8 +152,8 @@
('/usr/share/man/man1/', ['man/persepolis.1.gz']),
('/usr/share/applications/', ['xdg/com.github.persepolisdm.persepolis.desktop']),
('/usr/share/metainfo/', ['xdg/com.github.persepolisdm.persepolis.appdata.xml']),
('/usr/share/pixmaps/', ['resources/persepolis.svg']),
('/usr/share/pixmaps/', ['resources/persepolis-tray.svg'])
('/usr/share/icons/hicolor/scalable/apps/', ['resources/persepolis.svg']),
('/usr/share/icons/hicolor/scalable/apps/', ['resources/persepolis-tray.svg'])
]
elif os_type == 'FreeBSD' or os_type == 'OpenBSD':
DATA_FILES = [
Expand Down

0 comments on commit 45b922e

Please sign in to comment.