Fixed install script (forgot to install the *.gif icons).

Thu, 12 Jan 2012 19:12:39 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 12 Jan 2012 19:12:39 +0100
changeset 1538
c14a5ecdb6f4
parent 1535
f2650ea19bb8
child 1539
b2d98c2e2e43

Fixed install script (forgot to install the *.gif icons).

install.py file | annotate | diff | comparison | revisions
--- 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