--- 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: