Skip to content

Commit

Permalink
Fix: Forgotten folder in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kozec committed Nov 26, 2017
1 parent 1a004c3 commit d08456a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
('share/scc/images/controller-images', glob.glob("images/controller-images/*.svg")),
('share/icons/hicolor/24x24/status', glob.glob("images/24x24/status/*.png")),
('share/icons/hicolor/22x22/status', glob.glob("images/22x22/status/*.png")),
('share/scc/osd_styles', glob.glob("osd_styles/*")),
('share/scc/default_profiles', glob.glob("default_profiles/*.sccprofile")),
('share/scc/default_profiles', glob.glob("default_profiles/.*.sccprofile")),
('share/scc/default_menus', glob.glob("default_menus/*.menu")),
Expand Down

0 comments on commit d08456a

Please sign in to comment.