aboutsummaryrefslogtreecommitdiff
path: root/portable/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'portable/build.sh')
-rwxr-xr-xportable/build.sh2
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"
bgstack15