Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/2cfbd375d796a1c1f6b30442096f1105b71a5097 You should set ROOT_URL correctly, otherwise the web may not work correctly.

no log: Fix asset

pull/1405/head
LASER-Yi 4 years ago
parent 4513c4f676
commit 2cfbd375d7

@ -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

Loading…
Cancel
Save