Amendments to pass certification

Former-commit-id: ac9a59bb859fa3b40eaf52a08f1837ab23055c78 [formerly 5ea420f6ad6334800f589ceed673f691313638f7 [formerly cb5b0ea5e103418bc7c3f1d9c8a25279343f8d54]]
Former-commit-id: be2ac011fb4e5486f04fd58506c5d565e74254e3
Former-commit-id: 6d461ad9f2db6b16240af373ef875360f643fec9
This commit is contained in:
Jaifroid 2020-08-24 07:35:09 +01:00
parent e580987ecb
commit bbe5bd90b8
4 changed files with 5 additions and 4 deletions

View File

@ -1 +1 @@
94955621723ac09faf9217bf8995f214721ff26b
c4daeb60c266536a404fead4d370133224092b3c

View File

@ -65,10 +65,11 @@
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>neutral</AppxBundlePlatforms>
<PackageCertificateThumbprint>5A76EAF3DF52F0B9A1A933C0A1C0DA78D207FDA6</PackageCertificateThumbprint>
<PackageCertificateThumbprint>95DD08B81D797802C595024588E1D7F6ECB58715</PackageCertificateThumbprint>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency>
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
<PackageCertificateKeyFile>KiwixWebApp_StoreKey.pfx</PackageCertificateKeyFile>
</PropertyGroup>
<ItemGroup>
<Content Include="archives\wikipedia_en_100_maxi.zim" />

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" IgnorableNamespaces="uap mp uap3">
<Identity Name="Kiwix.KiwixJS" Version="0.9.9992.0" Publisher="CN=Association Kiwix, O=Association Kiwix, L=Lausanne, C=CH" />
<Identity Name="Kiwix.KiwixJS" Version="0.9.9992.0" Publisher="CN=0A5438F5-EEA6-4300-9B77-E45BBD148885" />
<mp:PhoneIdentity PhoneProductId="9850377b-0966-437e-ab30-a076c125f472" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Kiwix JS</DisplayName>

View File

@ -1,4 +1,4 @@
/**
/**
* cache.js : Provide a cache for assets from the ZIM archive using indexedDB, localStorage or memory cache
*
* Copyright 2018 Mossroy, Jaifroid and contributors