Fixed .zip file comment code
This commit is contained in:
parent
2a0b2bc2bd
commit
43ca7d6e4b
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue