This commit is contained in:
Andras Schmelczer 2024-12-19 23:24:07 +00:00
parent 7c1138c0d3
commit 1f8f7ebd6b
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
6 changed files with 9 additions and 6 deletions

View file

@ -12,3 +12,4 @@ writeFileSync("manifest.json", JSON.stringify(manifest, null, "\t"));
let versions = JSON.parse(readFileSync("versions.json", "utf8"));
versions[targetVersion] = minAppVersion;
writeFileSync("versions.json", JSON.stringify(versions, null, "\t"));