Dynamic schema version

This commit is contained in:
Chris Hunt 2023-01-11 08:40:42 +00:00
parent 1d013129f1
commit 963e7f3fb1

View File

@ -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,