Thu, 12 Jan 2012 19:12:39 +0100
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'])