From f96cfda1769f148b7a633227c86b0e9655265b62 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 12 Feb 2026 20:42:59 +0100 Subject: [PATCH] Change APPLICATION_VERSION to var_appversion --- misc/tools.func | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/tools.func b/misc/tools.func index e3957bff4..cb1f16370 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -1890,7 +1890,7 @@ function fetch_and_deploy_codeberg_release() { local app="$1" local repo="$2" local mode="${3:-tarball}" # tarball | binary | prebuild | singlefile | tag - local version="${APPLICATION_VERSION:-${4:-latest}}" + local version="${var_appversion:-${4:-latest}}" local target="${5:-/opt/$app}" local asset_pattern="${6:-}" @@ -2322,7 +2322,7 @@ function fetch_and_deploy_gh_release() { local app="$1" local repo="$2" local mode="${3:-tarball}" # tarball | binary | prebuild | singlefile - local version="${APPLICATION_VERSION:-${4:-latest}}" + local version="${var_appversion:-${4:-latest}}" local target="${5:-/opt/$app}" local asset_pattern="${6:-}"