From f1af286707274a3f9e6e3fe3ee4739d4e8f1615a Mon Sep 17 00:00:00 2001 From: Your New SJW Waifu Date: Tue, 24 Sep 2019 10:30:05 -0500 Subject: [PATCH] build to copy over custom devault avi --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 build.sh diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 index 9fc1e8b738..2d77f1b079 --- a/build.sh +++ b/build.sh @@ -7,4 +7,5 @@ rm -rf dist/* npm run build cp dist/index.html "${TARGET}/instance/static/index.html" -rsync --delete -ra dist/static/ "${TARGET}/instance/static/static" \ No newline at end of file +rsync --delete -ra dist/static/ "${TARGET}/instance/static/static" +rsync --delete -ra images/ "${TARGET}/instance/static/images"