Add build scripts

This commit is contained in:
2023-11-09 11:51:06 +01:00
parent 8df518e2c0
commit d7b384e49b
3 changed files with 13 additions and 1 deletions

7
build.sh Normal file
View File

@@ -0,0 +1,7 @@
for file in client center;
do
for target in windows linux
do
nexe -i $file.js -o out/$file-$target -t $target-x86-18.18.2 --build
done
done