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

updated package.bat for better cleanup.

pull/2/head
kay.one 13 years ago
parent 37c12262ca
commit eb84583f68

@ -1,7 +1,7 @@
SET PACKAGEROOT=_rawPackage
SET TARGET=%PACKAGEROOT%\NzbDrone
RM %TARGET% /S /Q
rd %TARGET% /S /Q
del nzbdrone*.zip /Q /F
xcopy IISExpress %TARGET%\IISExpress /E /V /I /Y

Loading…
Cancel
Save