install.py

changeset 1538
c14a5ecdb6f4
parent 1525
1c7bd9144f43
child 1657
53b34dfe1fa0
--- a/install.py	Thu Jan 12 18:54:22 2012 +0100
+++ b/install.py	Thu Jan 12 19:12:39 2012 +0100
@@ -435,7 +435,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