install.py

branch
5_1_x
changeset 1540
3b0b478a3416
parent 1526
5193e77c2188
--- a/install.py	Thu Jan 12 18:54:22 2012 +0100
+++ b/install.py	Thu Jan 12 19:12:39 2012 +0100
@@ -433,7 +433,7 @@
         copyTree('{1}{0}icons'.format(os.sep, sourceDir), cfg['ericIconDir'], 
             ['*.png', 'LICENSE*.*'])
         copyTree('{1}{0}pixmaps'.format(os.sep, sourceDir), cfg['ericPixDir'], 
-            ['*.png', '*.xpm', '*.ico'])
+            ['*.png', '*.xpm', '*.ico', '*.gif'])
         copyTree('{1}{0}DesignerTemplates'.format(os.sep, sourceDir), 
             cfg['ericTemplatesDir'], 
             ['*.tmpl'])

eric ide

mercurial