mirror of
https://github.com/RubyMetric/chsrc.git
synced 2024-11-22 15:40:14 +08:00
Update download URL
This commit is contained in:
parent
90721eb3fa
commit
3ab4a9462f
|
@ -2,7 +2,7 @@
|
||||||
# File : download-release.ps1
|
# File : download-release.ps1
|
||||||
# Authors : Aoran Zeng <ccmywish@qq.com>
|
# Authors : Aoran Zeng <ccmywish@qq.com>
|
||||||
# Created on : <2023-09-21>
|
# Created on : <2023-09-21>
|
||||||
# Last modified : <2024-06-08>
|
# Last modified : <2024-06-11>
|
||||||
#
|
#
|
||||||
# download:
|
# download:
|
||||||
#
|
#
|
||||||
|
@ -27,7 +27,7 @@ $names = @(
|
||||||
)
|
)
|
||||||
|
|
||||||
# Like https://github.com/RubyMetric/chsrc/releases/download/latest/chsrc-x64-windows.exe
|
# Like https://github.com/RubyMetric/chsrc/releases/download/latest/chsrc-x64-windows.exe
|
||||||
$url_prefix = "https://github.com/RubyMetric/chsrc/releases/download/latest/"
|
$url_prefix = "https://github.com/RubyMetric/chsrc/releases/download/pre/"
|
||||||
|
|
||||||
foreach ($name in $names) {
|
foreach ($name in $names) {
|
||||||
curl -LO "${url_prefix}${name}"
|
curl -LO "${url_prefix}${name}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user