Add schema version

develop
Chris Hunt 3 years ago
parent 31fa36d160
commit c0b7f0ce76

@ -54,6 +54,7 @@ glob("**/app.json", async function (err, files) {
let json = {
name: nextConfig.env.name || 'Unknown store',
appcount: apptotal,
schema_version: 1.0,
icon: nextConfig.env.icon || null,
description: nextConfig.env.description || null,
list_url: nextConfig.env.listUrl || null,

Loading…
Cancel
Save

Powered by TurnKey Linux.