1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-20 04:28:07 -05:00

Make manifest files work with 64bit builds of PuTTY.

Otherwise we would get 0xc000007b error when trying to start a 64bit
PuTTY Windows binary.
This commit is contained in:
Tim Kosse 2015-08-11 11:10:33 +02:00 committed by Simon Tatham
parent fe210692fd
commit c058fc4ea2
3 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity <assemblyIdentity
version="0.0.0.0" version="0.0.0.0"
processorArchitecture="x86" processorArchitecture="*"
name="Pageant" name="Pageant"
type="win32" /> type="win32" />
<description>PuTTY SSH authentication agent</description> <description>PuTTY SSH authentication agent</description>
@ -18,7 +18,7 @@
version="6.0.0.0" version="6.0.0.0"
publicKeyToken="6595b64144ccf1df" publicKeyToken="6595b64144ccf1df"
language="*" language="*"
processorArchitecture="x86"/> processorArchitecture="*"/>
</dependentAssembly> </dependentAssembly>
</dependency> </dependency>
<!-- Declare us to be "DPI-aware". --> <!-- Declare us to be "DPI-aware". -->

View File

@ -5,7 +5,7 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity <assemblyIdentity
version="0.0.0.0" version="0.0.0.0"
processorArchitecture="x86" processorArchitecture="*"
name="PuTTY" name="PuTTY"
type="win32" /> type="win32" />
<description>A network client and terminal emulator</description> <description>A network client and terminal emulator</description>
@ -18,7 +18,7 @@
version="6.0.0.0" version="6.0.0.0"
publicKeyToken="6595b64144ccf1df" publicKeyToken="6595b64144ccf1df"
language="*" language="*"
processorArchitecture="x86"/> processorArchitecture="*"/>
</dependentAssembly> </dependentAssembly>
</dependency> </dependency>
<!-- Declare us to be "DPI-aware". --> <!-- Declare us to be "DPI-aware". -->

View File

@ -5,7 +5,7 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity <assemblyIdentity
version="0.0.0.0" version="0.0.0.0"
processorArchitecture="x86" processorArchitecture="*"
name="PuTTYgen" name="PuTTYgen"
type="win32" /> type="win32" />
<description>SSH key generator for PuTTY</description> <description>SSH key generator for PuTTY</description>
@ -18,7 +18,7 @@
version="6.0.0.0" version="6.0.0.0"
publicKeyToken="6595b64144ccf1df" publicKeyToken="6595b64144ccf1df"
language="*" language="*"
processorArchitecture="x86"/> processorArchitecture="*"/>
</dependentAssembly> </dependentAssembly>
</dependency> </dependency>
<!-- Declare us to be "DPI-aware". --> <!-- Declare us to be "DPI-aware". -->