install.py

branch
sub_styles
changeset 6863
e900929889dd
parent 6760
448de556dd34
child 6906
a34f0dc442a1
diff -r 6f4237ccf576 -r e900929889dd install.py
--- a/install.py	Sat Mar 16 14:10:51 2019 +0100
+++ b/install.py	Sat Mar 16 14:11:43 2019 +0100
@@ -869,7 +869,7 @@
             ['*.qss'])
         copyTree(
             '{1}{0}Styles'.format(os.sep, sourceDir), cfg['ericStylesDir'],
-            ['*.e4h'])
+            ['*.e4h', '*.e6h'])
         copyTree(
             '{1}{0}i18n'.format(os.sep, sourceDir), cfg['ericTranslationsDir'],
             ['*.qm'])

eric ide

mercurial