From 76cc8a33d414e1d5b24b020467ccade50b5d2cb0 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 18 Jun 2023 22:36:20 -0400 Subject: [PATCH] feat(packaging): register file associations in msix Signed-off-by: seth --- program_info/AppxManifest.xml | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/program_info/AppxManifest.xml b/program_info/AppxManifest.xml index 6394eb151..0fa20e65b 100644 --- a/program_info/AppxManifest.xml +++ b/program_info/AppxManifest.xml @@ -2,11 +2,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"> Prism Launcher @@ -48,6 +46,23 @@ Executable="prismlauncher.exe" EntryPoint="windows.fullTrustApplication" > + + + + + Prism Launcher + Import into Prism Launcher + + .zip + .mrpack + + + + +