scripts/install.py

branch
eric7-maintenance
changeset 10616
4aa36fcd4a30
parent 10534
783d835d7fe4
parent 10595
59579e8aff98
child 10694
f46c1e224e8a
--- a/scripts/install.py	Sat Feb 10 11:02:45 2024 +0100
+++ b/scripts/install.py	Sun Mar 03 10:39:29 2024 +0100
@@ -892,7 +892,7 @@
             print("\nCould not install '{0}'.".format(name))
 
     # copy some more stuff
-    for name in ("default.ekj", "default_Mac.ekj", "default.e4k", "default_Mac.e4k"):
+    for name in ("default.ekj", "default_Mac.ekj"):
         try:
             shutilCopy(os.path.join(sourceDir, "others", name), cfg["ericOthersDir"])
         except OSError:

eric ide

mercurial