From c058fc4ea2ef5ef6d6732b9e8fd65cd723088ab7 Mon Sep 17 00:00:00 2001 From: Tim Kosse Date: Tue, 11 Aug 2015 11:10:33 +0200 Subject: [PATCH] Make manifest files work with 64bit builds of PuTTY. Otherwise we would get 0xc000007b error when trying to start a 64bit PuTTY Windows binary. --- windows/pageant.mft | 4 ++-- windows/putty.mft | 4 ++-- windows/puttygen.mft | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/windows/pageant.mft b/windows/pageant.mft index 5a1b49ce..78f7b8ff 100644 --- a/windows/pageant.mft +++ b/windows/pageant.mft @@ -5,7 +5,7 @@ PuTTY SSH authentication agent @@ -18,7 +18,7 @@ version="6.0.0.0" publicKeyToken="6595b64144ccf1df" language="*" - processorArchitecture="x86"/> + processorArchitecture="*"/> diff --git a/windows/putty.mft b/windows/putty.mft index 9fa7792e..53c06aad 100644 --- a/windows/putty.mft +++ b/windows/putty.mft @@ -5,7 +5,7 @@ A network client and terminal emulator @@ -18,7 +18,7 @@ version="6.0.0.0" publicKeyToken="6595b64144ccf1df" language="*" - processorArchitecture="x86"/> + processorArchitecture="*"/> diff --git a/windows/puttygen.mft b/windows/puttygen.mft index f425980f..2c59ba7c 100644 --- a/windows/puttygen.mft +++ b/windows/puttygen.mft @@ -5,7 +5,7 @@ SSH key generator for PuTTY @@ -18,7 +18,7 @@ version="6.0.0.0" publicKeyToken="6595b64144ccf1df" language="*" - processorArchitecture="x86"/> + processorArchitecture="*"/>