install.py

changeset 5976
549918576245
parent 5963
14522ec8cd08
child 5992
d184ca2d3a95
--- a/install.py	Fri Nov 17 18:51:40 2017 +0100
+++ b/install.py	Sat Nov 18 12:35:13 2017 +0100
@@ -739,6 +739,9 @@
             '{1}{0}Styles'.format(os.sep, sourceDir), cfg['ericStylesDir'],
             ['*.qss'])
         copyTree(
+            '{1}{0}Styles'.format(os.sep, sourceDir), cfg['ericStylesDir'],
+            ['*.e4h'])
+        copyTree(
             '{1}{0}i18n'.format(os.sep, sourceDir), cfg['ericTranslationsDir'],
             ['*.qm'])
         copyTree(

eric ide

mercurial