diff --git a/build.sh b/build.sh index 64743a8280..d97fb3be7d 100755 --- a/build.sh +++ b/build.sh @@ -12,5 +12,5 @@ rsync --delete -ra dist/static/ "${TARGET}/instance/static/static" rsync --delete -ra images/ "${TARGET}/instance/static/images" rsync --delete -ra sounds/ "${TARGET}/instance/static/sounds" rsync -ra instance/ "${TARGET}/instance/static/instance" -rsync --delete -ra pages/ "${TARGET}/instance/static" -rsync --delete -ra static/favicon.png "${TARGET}/instance/static" +rsync --delete -ra pages/ "${TARGET}/instance/static/pages" +rsync --delete -ra static/favicon.png "${TARGET}/instance/static/favicon.png"