[Updated] D9891: wix: tell ComponentSearch that it is finding a directory (not a file)
spectral (Kyle Lippincott)
phabricator at mercurial-scm.org
Mon Feb 1 01:11:09 UTC 2021
Closed by commit rHG8deab876fb59: wix: tell ComponentSearch that it is finding a directory (not a file) (authored by spectral).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D9891?vs=25314&id=25419
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D9891/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D9891
AFFECTED FILES
contrib/packaging/wix/mercurial.wxs
CHANGE DETAILS
diff --git a/contrib/packaging/wix/mercurial.wxs b/contrib/packaging/wix/mercurial.wxs
--- a/contrib/packaging/wix/mercurial.wxs
+++ b/contrib/packaging/wix/mercurial.wxs
@@ -39,7 +39,8 @@
<Property Id="INSTALLDIR">
<ComponentSearch Id='SearchForMainExecutableComponent'
- Guid='$(var.ComponentMainExecutableGUID)' />
+ Guid='$(var.ComponentMainExecutableGUID)'
+ Type='directory' />
</Property>
<!--Property Id='ARPCOMMENTS'>any comments</Property-->
To: spectral, #hg-reviewers, mharbison72
Cc: mharbison72, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20210201/9adf6417/attachment.html>
More information about the Mercurial-patches
mailing list