From 615600ec137074014141118902829a210a965b1e Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 15 Jul 2023 22:26:55 -0400 Subject: [PATCH] fix(packaging): disable filesystem/reg virtualization prism won't be able to make %appdata%\PrismLauncher on first launch, which would be ok...but this in turn breaks opening and folders :( Signed-off-by: seth --- program_info/AppxManifest.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/program_info/AppxManifest.xml b/program_info/AppxManifest.xml index 22e517233..db42ec87d 100644 --- a/program_info/AppxManifest.xml +++ b/program_info/AppxManifest.xml @@ -4,7 +4,8 @@ xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" 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:desktop5="http://schemas.microsoft.com/appx/manifest/desktop/windows10/5" + xmlns:desktop6="http://schemas.microsoft.com/appx/manifest/desktop/windows10/6"> Prism Launcher A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once prismlauncher_150x150.png + disabled + disabled