aboutsummaryrefslogtreecommitdiff
path: root/tools/windows
diff options
context:
space:
mode:
authorAnton Fedchin <anightik@gmail.com>2017-12-18 09:17:52 +0300
committerAnton Fedchin <anightik@gmail.com>2017-12-18 09:48:47 +0300
commit8c30e6c8d6cfb45a6122ebd3379d4efe6a511f36 (patch)
treed981ff31f5b2843aa1e8ad2f2b6cd80198fb62f8 /tools/windows
parentbde14fe0396f817b042c6f80458fa20e37771066 (diff)
[win10] update manifest to pass certification
Diffstat (limited to 'tools/windows')
-rw-r--r--tools/windows/packaging/uwp/package.appxmanifest.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/windows/packaging/uwp/package.appxmanifest.in b/tools/windows/packaging/uwp/package.appxmanifest.in
index 0b71e16c2d..d40bc56a14 100644
--- a/tools/windows/packaging/uwp/package.appxmanifest.in
+++ b/tools/windows/packaging/uwp/package.appxmanifest.in
@@ -5,12 +5,13 @@
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
IgnorableNamespaces="uap mp">
- <Identity Name="@PACKAGE_GUID@" Publisher="CN=C62BD90A-CDD8-477F-96C3-B25992247B97" Version="17.9.501.0" />
- <mp:PhoneIdentity PhoneProductId="@PACKAGE_GUID@" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
+ <Identity Name="XBMCFoundation.Kodi" ProcessorArchitecture="@SDK_TARGET_ARCH@" Publisher="CN=C62BD90A-CDD8-477F-96C3-B25992247B97" Version="@APP_VERSION_CODE@.0" />
+ <mp:PhoneIdentity PhoneProductId="XBMCFoundation.Kodi" PhonePublisherId="CN=C62BD90A-CDD8-477F-96C3-B25992247B97" />
<Properties>
<DisplayName>@APP_NAME@</DisplayName>
- <PublisherDisplayName>@COMPANY_NAME@</PublisherDisplayName>
+ <PublisherDisplayName>@APP_COMPANY_NAME@</PublisherDisplayName>
+ <Description>Kodi is an open source (GPL) software media center for playing videos, music, pictures, games, and more.</Description>
<Logo>media\icon50x50.png</Logo>
</Properties>
@@ -26,7 +27,7 @@
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="@APP_NAME_LC@.App">
<uap:VisualElements
DisplayName="@APP_NAME@ @APP_VERSION@"
- Description="@APP_NAME@"
+ Description="Kodi is an open source (GPL) software media center for playing videos, music, pictures, games, and more."
Square150x150Logo="media\icon150x150.png"
Square44x44Logo="media\icon44x44.png"
BackgroundColor="transparent">
@@ -176,6 +177,5 @@
<uap:Capability Name="removableStorage" />
<uap:Capability Name="userAccountInformation" />
<uap:Capability Name="videosLibrary" />
- <uap:Capability Name="documentsLibrary" />
</Capabilities>
</Package> \ No newline at end of file