mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-10 06:03:24 +08:00
<fix>: fix version bug.
This commit is contained in:
@@ -128,7 +128,7 @@ function Get_Url {
|
|||||||
|
|
||||||
# Set URL
|
# Set URL
|
||||||
$global:url = "https://gitee.com/RubyMetric/chsrc/releases/download/" + `
|
$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."
|
Write-Host "DownLoad URL: $global:url."
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user