From 3295cb6973a4ed05991575b75621d0c98b34e3f4 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Fri, 2 Feb 2024 20:08:39 +0100 Subject: [PATCH] Add "mods" directory creation --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 2e9d406..054cb20 100755 --- a/build.sh +++ b/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