From add995bd1b0cece3e866ef81a3750356789cb7a0 Mon Sep 17 00:00:00 2001 From: Fredrik Orderud Date: Mon, 16 May 2022 10:43:30 +0200 Subject: [PATCH] Run ToastNotifier to AppContainer Based on suggestion on https://github.com/microsoft/WindowsAppSDK/issues/219 Leads to the following error: 1>MakeAppx : error : Error info: error 80080204: App manifest validation error: Line 31, Column 24, Reason: The "windows.aboveLockScreen" Extension can't be declared with Partial Trust EntryPoint. 1>MakeAppx : error : Package creation failed. 1>MakeAppx : error : 0x80080204 - The specified package format is not valid: The package manifest is not valid. --- ToastNotifierPkg/Package.appxmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ToastNotifierPkg/Package.appxmanifest b/ToastNotifierPkg/Package.appxmanifest index c190bae..ab59e79 100644 --- a/ToastNotifierPkg/Package.appxmanifest +++ b/ToastNotifierPkg/Package.appxmanifest @@ -30,7 +30,7 @@ + EntryPoint="Windows.PartialTrustApplication">