scripts/install.py

branch
eric7
changeset 9127
22e94bac751a
parent 9117
c6afba2049cf
child 9143
82f08c4fd930
--- a/scripts/install.py	Sun Jun 05 16:52:47 2022 +0200
+++ b/scripts/install.py	Sun Jun 05 17:00:41 2022 +0200
@@ -792,6 +792,10 @@
         
         # copy some data files needed at various places
         copyTree(
+            os.path.join(eric7SourceDir, "data"),
+            os.path.join(cfg['ericDir'], "data"),
+            ['*.txt'])
+        copyTree(
             os.path.join(eric7SourceDir, "EricNetwork", "data"),
             os.path.join(cfg['ericDir'], "EricNetwork", "data"),
             ['*.dat', '*.txt'])

eric ide

mercurial