diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-09-20 22:04:20 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-09-20 22:04:20 +0200 |
commit | efce317de5fd106bd498942467679c01195457fe (patch) | |
tree | d06f5071ea089ca3f4c49c6474699bd5215daac5 /project | |
parent | e932632bd3199e3a28e2f17f446ee05394a71ead (diff) |
[win32] fix appx manifest Visual C++ Redistributable for Visual Studio 2015 dependency
Diffstat (limited to 'project')
-rw-r--r-- | project/Win32BuildSetup/AppxManifest.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project/Win32BuildSetup/AppxManifest.xml.in b/project/Win32BuildSetup/AppxManifest.xml.in index 44f61dccb0..1516a798ff 100644 --- a/project/Win32BuildSetup/AppxManifest.xml.in +++ b/project/Win32BuildSetup/AppxManifest.xml.in @@ -9,10 +9,10 @@ </Properties> <Dependencies> <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14393.0" MaxVersionTested="10.0.14393.0" /> - <PackageDependency Name="Microsoft.VCLibs.140.00" MinVersion="14.0.24123.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" /> + <PackageDependency Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Name="Microsoft.VCLibs.140.00.UWPDesktop" MinVersion="14.0.23810.0"/> </Dependencies> <Resources> - <Resource Language="EN-US" /> + <Resource Language="en-us"/> </Resources> <Applications> <Application Id="Kodi" Executable="Kodi.exe" EntryPoint="Windows.FullTrustApplication"> |