Add "mods" directory creation
This commit is contained in:
parent
43ca7d6e4b
commit
3295cb6973
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -32,6 +32,7 @@ mv node_modules_uncompressed node_modules
|
|||
|
||||
mkdir log
|
||||
mkdir temp
|
||||
mkdir mods
|
||||
|
||||
SVRJSVERSION=$(cat svr.js | grep -E '^[ \t]*(var|const|let) *version *= *(["'"'"'])' | grep -E -o '"([^"\\]|\\.)+"|'"'"'([^'"'"'\\]|\\.)+'"'"'' | head -n 1 | sed -E 's/^.|.$//g' | sed -E 's/\\(.)/\1/g')
|
||||
if [ "$SVRJSVERSION" == "" ]; then
|
||||
|
|
Loading…
Reference in a new issue