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'])