install.py

branch
maintenance
changeset 6826
c6dda2cbe081
parent 6760
448de556dd34
child 6863
e900929889dd
diff -r d14ddbfbbd36 -r c6dda2cbe081 install.py
--- a/install.py	Sat Feb 16 10:27:50 2019 +0100
+++ b/install.py	Sat Mar 02 11:15:24 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