comparison contrib/wix/dist.wxs @ 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 95e042d77a5f
children 9929af2b09b4
comparison
equal deleted inserted replaced
32454:702af1ad3b18 32455:5e1a91f693f0
16 <File Name="mercurial.bdiff.pyd" /> 16 <File Name="mercurial.bdiff.pyd" />
17 <File Name="mercurial.diffhelpers.pyd" /> 17 <File Name="mercurial.diffhelpers.pyd" />
18 <File Name="mercurial.mpatch.pyd" /> 18 <File Name="mercurial.mpatch.pyd" />
19 <File Name="mercurial.osutil.pyd" /> 19 <File Name="mercurial.osutil.pyd" />
20 <File Name="mercurial.parsers.pyd" /> 20 <File Name="mercurial.parsers.pyd" />
21 <File Name="mercurial.zstd.pyd" />
21 <File Name="pyexpat.pyd" /> 22 <File Name="pyexpat.pyd" />
22 <File Name="bz2.pyd" /> 23 <File Name="bz2.pyd" />
23 <File Name="select.pyd" /> 24 <File Name="select.pyd" />
24 <File Name="unicodedata.pyd" /> 25 <File Name="unicodedata.pyd" />
25 <File Name="_ctypes.pyd" /> 26 <File Name="_ctypes.pyd" />