aboutsummaryrefslogtreecommitdiffstats
path: root/image/wireshark.exe.manifest.in
diff options
context:
space:
mode:
Diffstat (limited to 'image/wireshark.exe.manifest.in')
-rw-r--r--image/wireshark.exe.manifest.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/image/wireshark.exe.manifest.in b/image/wireshark.exe.manifest.in
index 5968ede549..357dc47b97 100644
--- a/image/wireshark.exe.manifest.in
+++ b/image/wireshark.exe.manifest.in
@@ -2,7 +2,7 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_MICRO@.0"
- processorArchitecture="X86"
+ processorArchitecture="@PROCESSOR_ARCHITECTURE@"
name="WiresharkDevelopmentTeam.Wireshark"
type="win32"
/>
@@ -13,7 +13,7 @@
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
- processorArchitecture="X86"
+ processorArchitecture="@PROCESSOR_ARCHITECTURE@"
publicKeyToken="6595b64144ccf1df"
language="*"
/>