##// END OF EJS Templates
pyoxidizer: pass arch to WiXInstaller()...
Gregory Szorc -
r48698:07f3f154 stable
parent child Browse files
Show More
@@ -255,7 +255,7 b' def make_msi(manifest):'
255 path = "defaultrc/editor.rc",
255 path = "defaultrc/editor.rc",
256 )
256 )
257
257
258 wix = WiXInstaller("hg", "%s-%s.msi" % (MSI_NAME, VERSION))
258 wix = WiXInstaller("hg", "%s-%s.msi" % (MSI_NAME, VERSION), arch = platform)
259
259
260 # Materialize files in the manifest to the install layout.
260 # Materialize files in the manifest to the install layout.
261 wix.add_install_files(manifest)
261 wix.add_install_files(manifest)
General Comments 0
You need to be logged in to leave comments. Login now