Skip to content

Commit e071fd8

Browse files
authored
Merge branch 'v4.x' into fix/version
2 parents 3dbe250 + cb0bbfc commit e071fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ download_from_github() {
176176
# Clean version (remove 'v' prefix if present)
177177
local clean_version="${release#v}"
178178

179-
local filename="${name}_${clean_version}_${OS}_${ARCH}.tar.gz"
179+
local filename="${name}_${release#v}_${OS}_${ARCH}.tar.gz"
180180
local download_url="https://github.com/${repo}/releases/download/${release}/${filename}"
181181

182182
echo -e "${GREEN}Downloading ${name} ${release}${NC}"

0 commit comments

Comments
 (0)