From 5eee21bdde691614b9078aaa73c041f34df279a3 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 3 Mar 2024 01:46:51 -0500 Subject: Fix another bad variable reference --- portable/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'portable') diff --git a/portable/build.sh b/portable/build.sh index bfa61eb..9259800 100755 --- a/portable/build.sh +++ b/portable/build.sh @@ -37,9 +37,9 @@ popd mkdir -p "${ARTIFACT_DIR}/" if [[ -n ${PACKAGE_ARCH} ]]; then - VERSION_SUFFIX="${JVERS}-${PACKAGE_ARCH}" + VERSION_SUFFIX="${JELLYFIN_VERSION}-${PACKAGE_ARCH}" else - VERSION_SUFFIX="${JVERS}" + VERSION_SUFFIX="${JELLYFIN_VERSION}" fi pushd ${BUILD_DIR} -- cgit