Fixed .zip file comment code

This commit is contained in:
Dorian Niemiec 2024-01-24 21:55:44 +01:00
parent 2a0b2bc2bd
commit 43ca7d6e4b

View file

@ -46,7 +46,7 @@ cp ../unpacker.js svr.js
echo $SVRJSFILENAME
zip -r ../$SVRJSFILENAME *
zip -r ../$SVRJSFILENAME .* 2>/dev/null
echo "SVR.JS $SVRJSVERSION" > zip -z ../$SVRJSFILENAME
echo "SVR.JS $SVRJSVERSION" | zip -z ../$SVRJSFILENAME
cd ..
rm -rf svrjs-temp