Skip to content

Commit

Permalink
dist: correctly find light icons
Browse files Browse the repository at this point in the history
  • Loading branch information
pfps committed Feb 15, 2024
1 parent 8dcb85d commit 4648f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def _data_files():
from os.path import dirname as _dirname

yield 'share/icons/hicolor/scalable/apps', _glob('share/solaar/icons/solaar*.svg')
yield 'share/icons/hicolor/32x32/apps', _glob('share/solaar/icons/light_*.png')
yield 'share/icons/hicolor/32x32/apps', _glob('share/solaar/icons/solaar-light_*.png')

for mo in _glob('share/locale/*/LC_MESSAGES/solaar.mo'):
yield _dirname(mo), [mo]
Expand Down

0 comments on commit 4648f5d

Please sign in to comment.