Last attempt at windows build during lunch.

This commit is contained in:
Matthew Stratford 2021-04-26 13:37:44 +01:00
parent 3e6782c540
commit 6257dbf566

View file

@ -21,7 +21,7 @@ for option in config["pyinstallerOptions"]:
if not isWindows():
option["value"] = option["value"].replace(";", ":")
elif relative_fix:
option["value"] += "." # Add the windows relative path.
option["value"] += "./" # Add the windows relative path.
out_file = open('build-exe-config.json', 'w')
out_file.write(json.dumps(config, indent=2))