install.py

changeset 2217
e80c74f2a25a
parent 2177
a59ffbc5fe4c
child 2275
34804fc7e2f9
--- a/install.py	Sat Nov 10 19:36:48 2012 +0100
+++ b/install.py	Sun Nov 11 18:57:09 2012 +0100
@@ -477,7 +477,7 @@
         copyTree('{1}{0}i18n'.format(os.sep, sourceDir), cfg['ericTranslationsDir'],
             ['*.qm'])
         copyTree('{1}{0}icons'.format(os.sep, sourceDir), cfg['ericIconDir'],
-            ['*.png', 'LICENSE*.*'])
+            ['*.png', 'LICENSE*.*', 'readme.txt'])
         copyTree('{1}{0}pixmaps'.format(os.sep, sourceDir), cfg['ericPixDir'],
             ['*.png', '*.xpm', '*.ico', '*.gif'])
         copyTree('{1}{0}DesignerTemplates'.format(os.sep, sourceDir),

eric ide

mercurial