Skip to content

Commit

Permalink
fixing wix call #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Feb 24, 2024
1 parent e18be83 commit 8d39926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_config/dailyBuildMSVC.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def main(options, platform="x64"):
status.printLog("Creating sumo.msi.")
if options.suffix == "extra":
wix.buildMSI(binaryZip + ".zip", binaryZip + ".msi",
license=os.path.join(SUMO_HOME, "build_config", "wix", "gpl-2.0.rtf"))
license_path=os.path.join(SUMO_HOME, "build_config", "wix", "gpl-2.0.rtf"))
else:
wix.buildMSI(binaryZip + ".zip", binaryZip + ".msi")
shutil.copy(binaryZip + ".msi", options.remoteDir)
Expand Down

0 comments on commit 8d39926

Please sign in to comment.