Update package_web_vault.sh

Co-Authored-By: mqus <8398165+mqus@users.noreply.github.com>
This commit is contained in:
Daniel García 2020-02-22 15:25:07 +01:00 committed by GitHub
parent af77baf19c
commit 7016815a07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,8 @@ npm run dist
#find build -name "*.map" -delete
# Prepare the final archives
tar -czvf "../$OUTPUT_NAME" build --owner=0 --group=0
mv build web-vault
tar -czvf "../$OUTPUT_NAME" web-vault --owner=0 --group=0
cd ..