mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-22 22:04:41 +08:00
no log: Fix asset
This commit is contained in:
parent
4513c4f676
commit
2cfbd375d7
1 changed files with 3 additions and 0 deletions
3
.github/scripts/create_asset.sh
vendored
3
.github/scripts/create_asset.sh
vendored
|
@ -19,6 +19,9 @@ do
|
||||||
cp -r --parents $f $to_dist
|
cp -r --parents $f $to_dist
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# COPY VERSION file
|
||||||
|
cp VERSION $to_dist
|
||||||
|
|
||||||
pushd __builds__/bazarr
|
pushd __builds__/bazarr
|
||||||
zip -r ../bazarr.zip . -x '*.map' -b $(mktemp -d)
|
zip -r ../bazarr.zip . -x '*.map' -b $(mktemp -d)
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in a new issue