Use ProcessorArchitecture="neutral" for Any CPU

This commit is contained in:
Jaex 2018-03-04 00:44:21 +03:00
parent e80d274f06
commit 4a4ad8e5af

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10">
<Identity Name="19568ShareX.ShareX" ProcessorArchitecture="x86" Publisher="CN=366A5DE5-2EC7-43FD-B559-05986578C4CC" Version="12.0.0.0" />
<Identity Name="19568ShareX.ShareX" ProcessorArchitecture="neutral" Publisher="CN=366A5DE5-2EC7-43FD-B559-05986578C4CC" Version="12.0.0.0" />
<Properties>
<DisplayName>ShareX</DisplayName>
<PublisherDisplayName>ShareX Team</PublisherDisplayName>