Skip to content

Commit

Permalink
Run ToastNotifier to AppContainer
Browse files Browse the repository at this point in the history
Based on suggestion on microsoft/WindowsAppSDK#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.
  • Loading branch information
Fredrik Orderud authored and forderud committed May 29, 2022
1 parent a7eb29a commit add995b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ToastNotifierPkg/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<Applications>
<Application Id="App"
Executable="$targetnametoken$.exe"
EntryPoint="$targetentrypoint$">
EntryPoint="Windows.PartialTrustApplication">
<uap:VisualElements
DisplayName="ToastNotifier Packaged"
Description="ToastNotifier"
Expand Down

0 comments on commit add995b

Please sign in to comment.