Fix bug in generation of the main manifest file

This commit is contained in:
pietervdvn 2021-05-03 17:47:58 +02:00
parent b441e6e8a5
commit 3b66bce24d

View file

@ -212,9 +212,9 @@ createManifest(new LayoutConfig({
startLat: 0,
startLon: 0,
startZoom: 0,
title: "MapComplete",
title: {en:"MapComplete"},
version: Constants.vNumber,
description: "MapComplete as a map viewer and editor which show thematic POI based on OpenStreetMap"
description: {en:"A thematic map viewer and editor based on OpenStreetMap"}
}), "").then(manifObj => {
const manif = JSON.stringify(manifObj, undefined, 2);
writeFileSync("index.manifest", manif)