Minor bug fixes
This commit is contained in:
10
build.sh
10
build.sh
@@ -1,7 +1,9 @@
|
||||
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
|
||||
# for target in windows linux
|
||||
# do
|
||||
# pkg throws many errors for me but the builds do work
|
||||
pkg $file.js --output out/$file --targets node18-linux-x64,node18-win-x64
|
||||
# nexe -i $file.js -o out/$file-$target -t $target-x86-18.18.2 --build
|
||||
# done
|
||||
done
|
Reference in New Issue
Block a user