diff --git a/build.sh b/build.sh index 1f1dba5..6928aba 100755 --- a/build.sh +++ b/build.sh @@ -64,6 +64,8 @@ do elif [[ "$x" == 'copy' ]] then cp -Ra --update 'src/common/.' 'target/' + + mkdir -p 'target/img/' cp --update 'src/img/favicon.png' 'target/img/favicon.png' action=Copying...