From 22257235f532b657a3a8302c28868b36b792e506 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sat, 17 Nov 2018 14:26:16 +0700 Subject: [PATCH] Force DesktopAppMigration to make sure that users that have purchased FileBot from the Store, but also have an older legacy version installed, are actually using the Windows Store version, and not inadvertanly running an old version (and then complaining that it doesn't work, ask for donations, etc). --- installer/appx/AppxManifest.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/installer/appx/AppxManifest.xml b/installer/appx/AppxManifest.xml index 7bc6873f..25284f47 100644 --- a/installer/appx/AppxManifest.xml +++ b/installer/appx/AppxManifest.xml @@ -5,6 +5,7 @@ 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:rescap3="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/3" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10"> + + + + + + + + +