diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -285,6 +285,7 @@ cd .. echo "[build] copying static files..." cp ./con/style.css ./web/style.css cp ./con/icon.png ./web/icon.png +cp ./con/banner.png ./web/banner.png cp ./licenses/* ./web/licenses/ cp -r ./dir/* ./web/ |