From 3c2d6f871b33ace939e35c8e3891bc820d925477 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 3 Mar 2024 01:21:34 -0500 Subject: Fix incorrect variable name --- portable/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portable') 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" -- cgit