add missing local pattern

This commit is contained in:
CanbiZ 2025-07-06 20:31:17 +02:00 committed by GitHub
parent ca6b1a95dd
commit 4d2fcb2c66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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