From 3ab4a9462fbba9a6ca71cc2e10352b41ecf0cccd Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Tue, 11 Jun 2024 23:40:43 +0800 Subject: [PATCH] Update download URL --- tool/download-release.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tool/download-release.ps1 b/tool/download-release.ps1 index 80d2fe9..b302ff3 100644 --- a/tool/download-release.ps1 +++ b/tool/download-release.ps1 @@ -2,7 +2,7 @@ # File : download-release.ps1 # Authors : Aoran Zeng # Created on : <2023-09-21> -# Last modified : <2024-06-08> +# Last modified : <2024-06-11> # # download: # @@ -27,7 +27,7 @@ $names = @( ) # 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) { curl -LO "${url_prefix}${name}"