fix(packaging): install correct vc++ package in msix
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
aa693f86f4
commit
46ce358bb7
@ -26,7 +26,7 @@
|
||||
<Dependencies>
|
||||
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.22621.0" />
|
||||
<PackageDependency
|
||||
Name="Microsoft.VCLibs.140.00"
|
||||
Name="Microsoft.VCLibs.140.00.UWPDesktop"
|
||||
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
|
||||
MinVersion="14.0.30035.0" />
|
||||
</Dependencies>
|
||||
|
Loading…
Reference in New Issue
Block a user