mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-08 19:57:46 -04:00
Change code signing thumbprint
This commit is contained in:
parent
bc9e935b95
commit
2fabb9a1ca
@ -65,7 +65,7 @@
|
|||||||
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
|
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
|
||||||
<AppxBundle>Always</AppxBundle>
|
<AppxBundle>Always</AppxBundle>
|
||||||
<AppxBundlePlatforms>neutral</AppxBundlePlatforms>
|
<AppxBundlePlatforms>neutral</AppxBundlePlatforms>
|
||||||
<PackageCertificateThumbprint>82B88B62A6F87FBA62B2C933D747E52EDBF0F7F6</PackageCertificateThumbprint>
|
<PackageCertificateThumbprint>e33d961d35fb3161f7db607342868bb51ae05de3</PackageCertificateThumbprint>
|
||||||
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
|
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
|
||||||
<AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency>
|
<AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency>
|
||||||
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
|
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "kiwix-js-electron",
|
"name": "kiwix-js-electron",
|
||||||
"productName": "Kiwix JS Electron",
|
"productName": "Kiwix JS Electron",
|
||||||
"version": "3.6.8-E",
|
"version": "3.6.8",
|
||||||
"description": "Kiwix JS offline ZIM archive reader packaged for the Electron framework",
|
"description": "Kiwix JS offline ZIM archive reader packaged for the Electron framework",
|
||||||
"main": "main.cjs",
|
"main": "main.cjs",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
@ -13,7 +13,7 @@
|
|||||||
"buildResources": "../electron_icons"
|
"buildResources": "../electron_icons"
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"certificateSha1": "82B88B62A6F87FBA62B2C933D747E52EDBF0F7F6",
|
"certificateSha1": "e33d961d35fb3161f7db607342868bb51ae05de3",
|
||||||
"signingHashAlgorithms": [
|
"signingHashAlgorithms": [
|
||||||
"sha256"
|
"sha256"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user