diff --git a/setup.py b/setup.py index 39b559e0..246263a7 100755 --- a/setup.py +++ b/setup.py @@ -62,13 +62,15 @@ def find_package_modules(self, package, package_dir): ('share/syncthing-gtk', glob.glob("*.glade") ), ('share/syncthing-gtk', glob.glob("scripts/syncthing-plugin-*.py") ), ('share/syncthing-gtk/icons', [ - "icons/%s.png" % x for x in ( + "icons/%s.svg" % x for x in ( 'add_node', 'add_repo', 'address', 'announce', 'clock', 'compress', 'cpu', 'dl_rate', 'eye', 'folder', 'global', 'home', 'ignore', 'lock', - 'ram', 'restart', 'settings', 'shared', 'show_id', - 'shutdown', 'show_id', 'sync', 'thumb_up', - 'up_rate', 'version' + 'ram', 'shared', 'show_id', 'show_id', 'sync', 'thumb_up', + 'up_rate', 'version', 'rescan' + )] + [ + "icons/%s.png" % x for x in ( + 'restart', 'settings', 'shutdown', "st-gtk-logo" )]), ('share/icons/hicolor/64x64/emblems', glob.glob("icons/emblem-*.png") ), ('share/pixmaps', ["icons/syncthing-gtk.png"]),