Fix incorrect variable name

This commit is contained in:
Joshua M. Boniface
2024-03-03 01:21:34 -05:00
parent 24199af3c7
commit 3c2d6f871b

View File

@@ -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"