<fix>: fix version bug.

This commit is contained in:
YiXuan Ding 2024-10-27 15:41:41 +08:00 committed by ccmywish
parent 2c2c6dd950
commit 969779f44a

View File

@ -128,7 +128,7 @@ function Get_Url {
# Set URL
$global:url = "https://gitee.com/RubyMetric/chsrc/releases/download/" + `
"${global:version}/chsrc-${global:arch}-windows.exe"
"v" + "${global:version}/chsrc-${global:arch}-windows.exe"
Write-Host "DownLoad URL: $global:url."
}