[Updated] D11358: pyoxidizer: pass arch to WiXInstaller()
indygreg (Gregory Szorc)
phabricator at mercurial-scm.org
Fri Aug 27 09:27:01 UTC 2021
Closed by commit rHG07f3f154e03a: pyoxidizer: pass arch to WiXInstaller() (authored by indygreg).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11358?vs=30074&id=30080
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11358/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11358
AFFECTED FILES
rust/hgcli/pyoxidizer.bzl
CHANGE DETAILS
diff --git a/rust/hgcli/pyoxidizer.bzl b/rust/hgcli/pyoxidizer.bzl
--- a/rust/hgcli/pyoxidizer.bzl
+++ b/rust/hgcli/pyoxidizer.bzl
@@ -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)
To: indygreg, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210827/9df553fb/attachment-0002.html>
More information about the Mercurial-patches
mailing list