From 55207a58a6ad3986efc18bf3b5cedd5644907c4b Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 26 Jul 2023 00:44:28 -0400 Subject: [PATCH] fix(packaging): only exclude *some* folders in win>=2h1h --- program_info/AppxManifest.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/program_info/AppxManifest.xml b/program_info/AppxManifest.xml index db42ec87d..b68367e26 100644 --- a/program_info/AppxManifest.xml +++ b/program_info/AppxManifest.xml @@ -5,7 +5,9 @@ xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:desktop2="http://schemas.microsoft.com/appx/manifest/desktop/windows10/2" xmlns:desktop5="http://schemas.microsoft.com/appx/manifest/desktop/windows10/5" - xmlns:desktop6="http://schemas.microsoft.com/appx/manifest/desktop/windows10/6"> + xmlns:desktop6="http://schemas.microsoft.com/appx/manifest/desktop/windows10/6" + xmlns:virtualization="http://schemas.microsoft.com/appx/manifest/virtualization/windows10" + IgnorableNamespaces="rescap desktop6 virtualization"> Prism Launcher A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once prismlauncher_150x150.png + disabled - disabled + + + + $(KnownFolder:RoamingAppData)\PrismLauncher + + +