Update build.sh

This commit is contained in:
2026-04-02 22:40:27 -04:00
parent 64fa013be6
commit 7399ab0fd8
+2
View File
@@ -64,6 +64,8 @@ do
elif [[ "$x" == 'copy' ]] elif [[ "$x" == 'copy' ]]
then then
cp -Ra --update 'src/common/.' 'target/' cp -Ra --update 'src/common/.' 'target/'
mkdir -p 'target/img/'
cp --update 'src/img/favicon.png' 'target/img/favicon.png' cp --update 'src/img/favicon.png' 'target/img/favicon.png'
action=Copying... action=Copying...