Skip to content

Commit

Permalink
Replaces the agent by the launcher
Browse files Browse the repository at this point in the history
As the fulltrust process and startup task
in the appxmanifest.
  • Loading branch information
CarlosNihelton committed Oct 31, 2023
1 parent 7b224f3 commit c07d907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msix/UbuntuProForWindows/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@
<Extensions>
<uap5:Extension
Category="windows.startupTask"
Executable="agent\ubuntu-pro-agent.exe"
Executable="agent\ubuntu-pro-agent-launcher.exe"
EntryPoint="Windows.FullTrustApplication">
<uap5:StartupTask
TaskId="UbuntuPro"
Enabled="true"
DisplayName="Ubuntu Pro For Windows background agent" />
</uap5:Extension>
<desktop:Extension Category="windows.fullTrustProcess" Executable="agent\ubuntu-pro-agent.exe">
<desktop:Extension Category="windows.fullTrustProcess" Executable="agent\ubuntu-pro-agent-launcher.exe">
<desktop:FullTrustProcess>
<desktop:ParameterGroup GroupId="agent" Parameters=""/>
</desktop:FullTrustProcess>
Expand Down

0 comments on commit c07d907

Please sign in to comment.