Skip to content

Commit

Permalink
Run full trust
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjacob committed Aug 21, 2024
1 parent ffedb54 commit ef0480c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packaging/windows/AppXManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@

<Capabilities>
<Capability Name="internetClient" />
<rescap:Capability Name="broadFileSystemAccess" />
<rescap:Capability Name="runFullTrust" />
</Capabilities>

<Applications>
<Application Id="{{ package }}"
Executable="BBSync.exe"
EntryPoint="Windows.PartialTrustApplication"
EntryPoint="Windows.FullTrustApplication"
uap10:RuntimeBehavior="packagedClassicApp"
uap10:TrustLevel="appContainer">
uap10:TrustLevel="mediumIL">

<uap:VisualElements
DisplayName="{{ title }}"
Expand Down

0 comments on commit ef0480c

Please sign in to comment.