scripts/install.py

branch
eric7
changeset 8354
12ebd3934fef
parent 8343
242d5dae2937
child 8360
2a91e0e05926
--- a/scripts/install.py	Sat May 22 12:54:57 2021 +0200
+++ b/scripts/install.py	Sat May 22 16:52:45 2021 +0200
@@ -788,8 +788,8 @@
         
         # copy some data files needed at various places
         copyTree(
-            os.path.join(eric7SourceDir, "E5Network", "data"),
-            os.path.join(cfg['ericDir'], "E5Network", "data"),
+            os.path.join(eric7SourceDir, "EricNetwork", "data"),
+            os.path.join(cfg['ericDir'], "EricNetwork", "data"),
             ['*.dat', '*.txt'])
         copyTree(
             os.path.join(eric7SourceDir, "IconEditor", "cursors"),

eric ide

mercurial