From 134449f1b07eb1d37c599c78d14b96e8b9fc7c5f Mon Sep 17 00:00:00 2001 From: Cutieguwu Date: Thu, 31 Jul 2025 17:17:26 -0400 Subject: [PATCH] Update build.sh --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 157aad1..b9ea92f 100755 --- a/build.sh +++ b/build.sh @@ -18,6 +18,8 @@ else args='inflate style copy' fi +mkdir -p target/.well-known + for x in $args do if [ "$x" == 'inflate' ]