Modified increase_version.js to operate on build folder

This commit is contained in:
Pax1601
2024-01-03 18:08:16 +01:00
parent f143e8d874
commit ef0a2d2ddc
2 changed files with 3 additions and 2 deletions

View File

@@ -33,7 +33,8 @@ fs.readFile("./version.json", "utf8", (error, data) => {
const minor = arr[1];
const minorminor = arr[2];
throughDirectory(".");
throughDirectory("./backend");
throughDirectory("./build");
files.forEach((file) => {
fs.readFile(file, 'utf8', function (err,data) {