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' ]