From 4d2fcb2c661e57410b3a2adde4ce9be193b7c419 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sun, 6 Jul 2025 20:31:17 +0200 Subject: [PATCH] add missing local pattern --- misc/tools.func | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/tools.func b/misc/tools.func index d060740bf..f1aa7a8e7 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -759,6 +759,7 @@ function fetch_and_deploy_gh_release() { local mode="${3:-tarball}" # tarball | binary | prebuild | singlefile local version="${4:-latest}" local target="${5:-/opt/$app}" + local asset_pattern="${6:-}" local app_lc=$(echo "${app,,}" | tr -d ' ') local version_file="$HOME/.${app_lc}"