feat(packaging): support older windows versions in msix
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
a67fb3e5ca
commit
faeadeccca
@ -18,7 +18,7 @@
|
|||||||
<Resource Language="en-us" />
|
<Resource Language="en-us" />
|
||||||
</Resources>
|
</Resources>
|
||||||
<Dependencies>
|
<Dependencies>
|
||||||
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19041.0" MaxVersionTested="10.0.22621.0" />
|
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14316.0" MaxVersionTested="10.0.22621.0" />
|
||||||
</Dependencies>
|
</Dependencies>
|
||||||
<Capabilities>
|
<Capabilities>
|
||||||
<Capability Name="internetClientServer"/>
|
<Capability Name="internetClientServer"/>
|
||||||
@ -42,8 +42,7 @@
|
|||||||
<Application
|
<Application
|
||||||
Id="PrismLauncher"
|
Id="PrismLauncher"
|
||||||
Executable="prismlauncher.exe"
|
Executable="prismlauncher.exe"
|
||||||
uap10:RuntimeBehavior="win32App"
|
EntryPoint="windows.fullTrustApplication"
|
||||||
uap10:TrustLevel="mediumIL"
|
|
||||||
>
|
>
|
||||||
<uap:VisualElements
|
<uap:VisualElements
|
||||||
DisplayName="Prism Launcher"
|
DisplayName="Prism Launcher"
|
||||||
|
Loading…
Reference in New Issue
Block a user