Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/src/commit/e63b18f17d3938a6c0848c1978c1290a86daa70f/deployment/framework/package.sh
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#!/usr/bin/env bash
|
|
|
|
source ../common.build.sh
|
|
|
|
VERSION=`get_version ../..`
|
|
|
|
package_portable ../.. `pwd`/dist/jellyfin_${VERSION}
|