Script fix again.
This commit is contained in:
parent
c9b337a27a
commit
3e6782c540
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue