diff --git a/processing/processjson.js b/processing/processjson.js index d17b02c..796446c 100644 --- a/processing/processjson.js +++ b/processing/processjson.js @@ -54,7 +54,7 @@ glob("**/app.json", async function (err, files) { let json = { name: nextConfig.env.name || 'Unknown store', appcount: apptotal, - schema_version: 1.0, + schema_version: nextConfig.env.schema || '1.0', icon: nextConfig.env.icon || null, description: nextConfig.env.description || null, list_url: nextConfig.env.listUrl || null,