rust/hgcli/pyoxidizer.bzl
branchstable
changeset 47884 07f3f154e03a
parent 47880 769cd5703b2c
child 47885 3962503cd1e8
--- a/rust/hgcli/pyoxidizer.bzl	Thu Aug 26 20:01:01 2021 -0700
+++ b/rust/hgcli/pyoxidizer.bzl	Thu Aug 26 20:05:12 2021 -0700
@@ -255,7 +255,7 @@
         path = "defaultrc/editor.rc",
     )
 
-    wix = WiXInstaller("hg", "%s-%s.msi" % (MSI_NAME, VERSION))
+    wix = WiXInstaller("hg", "%s-%s.msi" % (MSI_NAME, VERSION), arch = platform)
 
     # Materialize files in the manifest to the install layout.
     wix.add_install_files(manifest)