File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ setlocal enableextensions enabledelayedexpansion
28
28
set icu_version_major = 64
29
29
set icu_version_minor = 2
30
30
set icu_version = %icu_version_major% _%icu_version_minor%
31
- set icu_version_dotted = %icu_version_major% . %icu_version_minor%
31
+ set icu_version_dashed = %icu_version_major% - %icu_version_minor%
32
32
33
33
set " exitOnError = || (exit /b)"
34
34
set current_directory = %~dp0
@@ -101,7 +101,7 @@ endlocal
101
101
setlocal enableextensions enabledelayedexpansion
102
102
103
103
set file_name = icu4c-%icu_version% -Win64-MSVC2017.zip
104
- curl -L -O -z %file_name% " http ://download.icu-project. org/files/icu4c/ %icu_version_dotted % /%file_name% " %exitOnError%
104
+ curl -L -O " https ://github.com/unicode- org/icu/releases/download/release- %icu_version_dashed % /%file_name% " %exitOnError%
105
105
:: unzip warns about the paths in the zip using slashes, which raises the
106
106
:: errorLevel to 1. We cannot use exitOnError, and have to ignore errors.
107
107
unzip -o %file_name% -d " %source_root% \icu-%icu_version% "
You can’t perform that action at this time.
0 commit comments