build to copy over custom devault avi

This commit is contained in:
Your New SJW Waifu 2019-09-24 10:30:05 -05:00
parent a5f2ea4499
commit f1af286707
1 changed files with 2 additions and 1 deletions

3
build.sh Normal file → Executable file
View File

@ -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"
rsync --delete -ra dist/static/ "${TARGET}/instance/static/static"
rsync --delete -ra images/ "${TARGET}/instance/static/images"