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

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

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 12 Jan 2012 19:12:39 +0100
branch
5_1_x
changeset 1540
3b0b478a3416
parent 1537
acae49c8d343
child 1541
7fb08da8080a

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

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
@@ -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