From 7399ab0fd864aed8bc088099d743ece1265dc870 Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Thu, 2 Apr 2026 22:40:27 -0400 Subject: [PATCH] Update build.sh --- build.sh | 2 ++ 1 file changed, 2 insertions(+) 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...