scripts/install.py

branch
eric7
changeset 8776
07b8c13b0607
parent 8754
e7d63a5a2ae9
child 8820
149f941d072e
--- 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(

eric ide

mercurial