wix: include zstd.pyd in the installation stable
authorMatt Harbison <matt_harbison@yahoo.com>
Thu, 25 May 2017 23:03:56 -0400
branchstable
changeset 32455 5e1a91f693f0
parent 32454 702af1ad3b18
child 32456 14e8fef9158d
wix: include zstd.pyd in the installation When trying to create a zstd bundle, the MSI based install said: abort: compression engine zstd could not be loaded The Inno installer is unaffected. The name will need to be updated to include 'cext' when merging into default.
contrib/wix/dist.wxs
--- a/contrib/wix/dist.wxs	Wed May 24 22:59:59 2017 -0400
+++ b/contrib/wix/dist.wxs	Thu May 25 23:03:56 2017 -0400
@@ -18,6 +18,7 @@
           <File Name="mercurial.mpatch.pyd" />
           <File Name="mercurial.osutil.pyd" />
           <File Name="mercurial.parsers.pyd" />
+          <File Name="mercurial.zstd.pyd" />
           <File Name="pyexpat.pyd" />
           <File Name="bz2.pyd" />
           <File Name="select.pyd" />