Mercurial > hg
changeset 32455:5e1a91f693f0 stable
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.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Thu, 25 May 2017 23:03:56 -0400 |
parents | 702af1ad3b18 |
children | 14e8fef9158d |
files | contrib/wix/dist.wxs |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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" />