no log: Fix asset

This commit is contained in:
LASER-Yi 2021-05-09 16:42:51 +08:00
parent 4513c4f676
commit 2cfbd375d7

View file

@ -19,6 +19,9 @@ do
cp -r --parents $f $to_dist
done
# COPY VERSION file
cp VERSION $to_dist
pushd __builds__/bazarr
zip -r ../bazarr.zip . -x '*.map' -b $(mktemp -d)
popd