install.py

changeset 6760
448de556dd34
parent 6664
50c9c1c9cf30
child 6863
e900929889dd
--- a/install.py	Fri Feb 15 19:19:20 2019 +0100
+++ b/install.py	Fri Feb 15 19:54:47 2019 +0100
@@ -854,7 +854,7 @@
         copyTree(
             '{1}{0}Plugins'.format(os.sep, sourceDir),
             '{0}{1}Plugins'.format(cfg['ericDir'], os.sep),
-            ['*.png', '*.style', '*.tmpl'])
+            ['*.svgz', '*.svg', '*.png', '*.style', '*.tmpl'])
         copyTree(
             '{1}{0}Documentation'.format(os.sep, sourceDir), cfg['ericDocDir'],
             ['*.html', '*.qch'])
@@ -875,10 +875,10 @@
             ['*.qm'])
         copyTree(
             '{1}{0}icons'.format(os.sep, sourceDir), cfg['ericIconDir'],
-            ['*.png', 'LICENSE*.*', 'readme.txt'])
+            ['*.svgz', '*.svg', '*.png', 'LICENSE*.*', 'readme.txt'])
         copyTree(
             '{1}{0}pixmaps'.format(os.sep, sourceDir), cfg['ericPixDir'],
-            ['*.png', '*.xpm', '*.ico', '*.gif'])
+            ['*.svgz', '*.svg', '*.png', '*.xpm', '*.ico', '*.gif'])
         copyTree(
             '{1}{0}DesignerTemplates'.format(os.sep, sourceDir),
             cfg['ericTemplatesDir'],

eric ide

mercurial