diff -r 799196d0b05d -r 12ebd3934fef scripts/install.py --- 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"),