From e80d274f06769a715b1665a1a287b306e884f298 Mon Sep 17 00:00:00 2001 From: Jaex Date: Sat, 3 Mar 2018 03:32:25 +0300 Subject: [PATCH] Change processor architecture to x86 in appx manifest --- ShareX.HelpersLib/Native/NativeMethods_Helpers.cs | 4 ---- ShareX.Setup/WindowsStore/AppxManifest.xml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/ShareX.HelpersLib/Native/NativeMethods_Helpers.cs b/ShareX.HelpersLib/Native/NativeMethods_Helpers.cs index 306904d1f..57ae853e4 100644 --- a/ShareX.HelpersLib/Native/NativeMethods_Helpers.cs +++ b/ShareX.HelpersLib/Native/NativeMethods_Helpers.cs @@ -466,11 +466,7 @@ public static string decode_mmioFOURCC(int code) public static bool Is64Bit() { -#if WindowsStore - return true; -#else return IntPtr.Size == 8 || (IntPtr.Size == 4 && Is32BitProcessOn64BitProcessor()); -#endif } private static bool Is32BitProcessOn64BitProcessor() diff --git a/ShareX.Setup/WindowsStore/AppxManifest.xml b/ShareX.Setup/WindowsStore/AppxManifest.xml index df110603f..80a386291 100644 --- a/ShareX.Setup/WindowsStore/AppxManifest.xml +++ b/ShareX.Setup/WindowsStore/AppxManifest.xml @@ -1,6 +1,6 @@  - + ShareX ShareX Team