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

Revert "Allow build script to produce packages on non-windows OSes"

This reverts commit 45ab2b2409.
pull/2782/head
Qstick 3 years ago
parent 45ab2b2409
commit 5ea623c5df

@ -206,10 +206,7 @@ PackageWindows()
local folder=$artifactsFolder/$runtime/$framework/Lidarr
PackageFiles "$folder" "$framework" "$runtime"
if [ "$os" = "windows" ]; then
cp -r $outputFolder/$framework-windows/$runtime/publish/* $folder
fi
cp -r $outputFolder/$framework-windows/$runtime/publish/* $folder
echo "Removing Lidarr.Mono"
rm -f $folder/Lidarr.Mono.*

Loading…
Cancel
Save