[Updated] D11359: pyoxidizer: add arch to PyOxidizer MSIs
indygreg (Gregory Szorc)
phabricator at mercurial-scm.org
Fri Aug 27 09:27:05 UTC 2021
Closed by commit rHG3962503cd1e8: pyoxidizer: add arch to PyOxidizer MSIs (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/D11359?vs=30075&id=30081
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11359/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11359
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,11 @@
path = "defaultrc/editor.rc",
)
- wix = WiXInstaller("hg", "%s-%s.msi" % (MSI_NAME, VERSION), arch = platform)
+ wix = WiXInstaller(
+ "hg",
+ "%s-%s-%s.msi" % (MSI_NAME, VERSION, platform),
+ 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/f34deb6a/attachment-0002.html>
More information about the Mercurial-patches
mailing list