diff --git a/build.sh b/build.sh index 20b89b0..2e9d406 100755 --- a/build.sh +++ b/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