feat(packaging): bundle vc++2022 with msix
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
faeadeccca
commit
84498285c0
@ -18,7 +18,11 @@
|
|||||||
<Resource Language="en-us" />
|
<Resource Language="en-us" />
|
||||||
</Resources>
|
</Resources>
|
||||||
<Dependencies>
|
<Dependencies>
|
||||||
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14316.0" MaxVersionTested="10.0.22621.0" />
|
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.22621.0" />
|
||||||
|
<PackageDependency
|
||||||
|
Name="Microsoft.VCLibs.140.00"
|
||||||
|
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
|
||||||
|
MinVersion="14.0.30035.0" />
|
||||||
</Dependencies>
|
</Dependencies>
|
||||||
<Capabilities>
|
<Capabilities>
|
||||||
<Capability Name="internetClientServer"/>
|
<Capability Name="internetClientServer"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user