mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-25 20:52:49 +00: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…
Reference in New Issue