diff options
-rwxr-xr-x | portable/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portable/build.sh b/portable/build.sh index 66521f7..bfa61eb 100755 --- a/portable/build.sh +++ b/portable/build.sh @@ -14,7 +14,7 @@ pushd "${SOURCE_DIR}" # Build server pushd jellyfin-server -case ${BTYPE} in +case ${BUILD_TYPE} in portable) RUNTIME="" APPHOST="-p:UseAppHost=false" |