From b4864de234978b80c9c8492cf9f3cae37c72d8d7 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 12 Feb 2026 20:42:09 +0100 Subject: [PATCH] Remove APPLICATION_VERSION export --- misc/build.func | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index 1907f76ea..243869534 100644 --- a/misc/build.func +++ b/misc/build.func @@ -3486,7 +3486,6 @@ build_container() { export PCT_DISK_SIZE="$DISK_SIZE" export IPV6_METHOD="$IPV6_METHOD" export ENABLE_GPU="$ENABLE_GPU" - export APPLICATION_VERSION="${var_appversion:-}" # DEV_MODE exports (optional, for debugging) export BUILD_LOG="$BUILD_LOG"