Windows: Older manifest tools require the hashalg parameter
This commit is contained in:
@@ -4,12 +4,12 @@
|
|||||||
processorArchitecture="@cpu@"
|
processorArchitecture="@cpu@"
|
||||||
version="@version@"
|
version="@version@"
|
||||||
publicKeyToken="@pkt@" />
|
publicKeyToken="@pkt@" />
|
||||||
<file name="heimdal.dll" />
|
<file name="heimdal.dll" hashalg="SHA1" />
|
||||||
<file name="com_err.dll" />
|
<file name="com_err.dll" hashalg="SHA1" />
|
||||||
<file name="heimntlm.dll" />
|
<file name="heimntlm.dll" hashalg="SHA1" />
|
||||||
<file name="gssapi.dll" />
|
<file name="gssapi.dll" hashalg="SHA1" />
|
||||||
<file name="heimdal.pdb" />
|
<file name="heimdal.pdb" hashalg="SHA1" />
|
||||||
<file name="com_err.pdb" />
|
<file name="com_err.pdb" hashalg="SHA1" />
|
||||||
<file name="heimntlm.pdb" />
|
<file name="heimntlm.pdb" hashalg="SHA1" />
|
||||||
<file name="gssapi.pdb" />
|
<file name="gssapi.pdb" hashalg="SHA1" />
|
||||||
</assembly>
|
</assembly>
|
||||||
|
Reference in New Issue
Block a user