mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Modified increase_version.js to operate on build folder
This commit is contained in:
parent
f143e8d874
commit
ef0a2d2ddc
@ -1,3 +1,3 @@
|
||||
call node .\scripts\batch\increase_version.js
|
||||
call node .\scripts\node\increase_version.js
|
||||
call .\scripts\batch\build.bat
|
||||
call .\scripts\batch\package.bat
|
||||
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user