Skip to content

Commit 1a5c1d4

Browse files
authored
Linux/setup.py: install 128x128 icon (#3374)
1 parent 140466c commit 1a5c1d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
# XDG Freedesktop icon paths
7373
('share/icons/hicolor/scalable/apps', ['xdg/openshot-qt.svg']),
7474
('share/icons/hicolor/64x64/apps', ['xdg/icon/64/openshot-qt.png']),
75+
('share/icons/hicolor/128x128/apps', ['xdg/icon/128/openshot-qt.png']),
7576
('share/icons/hicolor/256x256/apps', ['xdg/icon/256/openshot-qt.png']),
7677
('share/icons/hicolor/512x512/apps', ['xdg/icon/512/openshot-qt.png']),
7778
# XDG desktop mime types cache

0 commit comments

Comments
 (0)