From 2b44eeae2f04f9f106f951c0b6d8b62b475af655 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 7 Apr 2025 15:48:17 +0200 Subject: [PATCH] Update install.func --- misc/install.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/install.func b/misc/install.func index 12dad58..e837043 100644 --- a/misc/install.func +++ b/misc/install.func @@ -277,7 +277,7 @@ EOF fetch_and_deploy_gh_release() { local repo="$1" - local app="${repo##*/}" + local app="${APPLICATION}" local api_url="https://api.github.com/repos/$repo/releases/latest" local header=() local attempt=0