Mon, 19 Oct 2020 17:19:27 +0200
Globals: fixed an issue calculating the install info file path on Windows systems.
--- a/eric6/Globals/__init__.py Sun Oct 18 18:51:45 2020 +0200 +++ b/eric6/Globals/__init__.py Mon Oct 19 17:19:27 2020 +0200 @@ -224,6 +224,7 @@ """ filename = "eric6install.{0}.json".format( getConfig("ericDir") + .replace(":", "_") .replace("\\", "_") .replace("/", "_") .replace(" ", "_")