mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-07 18:54:05 +08:00
<fix>: fix version bug.
This commit is contained in:
parent
2c2c6dd950
commit
969779f44a
@ -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."
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user