diff -r 0802ae193343 -r 07b8c13b0607 scripts/install.py --- a/scripts/install.py Sat Nov 20 16:47:38 2021 +0100 +++ b/scripts/install.py Sat Nov 20 16:58:16 2021 +0100 @@ -756,7 +756,7 @@ copyTree( os.path.join(eric7SourceDir, "Styles"), cfg['ericStylesDir'], - ['*.qss', '*.e4h', '*.e6h', '*.ehj']) + ['*.qss', '*.ehj']) copyTree( os.path.join(eric7SourceDir, "i18n"), cfg['ericTranslationsDir'], @@ -777,6 +777,10 @@ os.path.join(eric7SourceDir, "CodeTemplates"), cfg['ericCodeTemplatesDir'], ['*.tmpl']) + copyTree( + os.path.join(eric7SourceDir, "DebugClients", "Python", "coverage"), + os.path.join(cfg['ericDir'], "DebugClients", "Python", "coverage"), + ['*.js', '*.html', '*.png', '*.css', '*.scss', '*.txt', '*.rst']) # copy some data files needed at various places copyTree(