Skip to content

Commit

Permalink
Added missing icon in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
muflone committed May 10, 2021
1 parent b35987f commit 4f68ada
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ def run(self):
'gespeaker.ui.models'],
data_files=[
('share/applications', ['data/gespeaker.desktop']),
('share/gespeaker/data', ['data/testing.wav']),
('share/gespeaker/data', ['data/testing.wav',
'data/gespeaker.png']),
('share/gespeaker/data/icons', glob.glob('data/icons/*')),
('share/gespeaker/ui', list(itertools.chain(
glob.glob('ui/*.glade'),
Expand Down

0 comments on commit 4f68ada

Please sign in to comment.