Skip to content

Commit 328375c

Browse files
committed
Escape %20 in urls more
1 parent 13ee5e0 commit 328375c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

admin/builders/_urls_and_file_names_.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ set PWIZ_URL=https://mc-tca-01.s3.us-west-2.amazonaws.com/ProteoWizard/bt81/%PWI
2525
set BOOST_BASE=boost_1_86_0
2626
set ZLIB_BASE=zlib-1.2.3
2727

28-
::: Boost asio library (note the additional % before %20 to prevent interpretation as a variable)
28+
::: Boost asio library (note the additional %%% before %20 to prevent interpretation as a variable)
2929
set BOOST_ASIO_BASE=boost_asio_1_30_2
30-
set BOOST_ASIO_URL=https://sourceforge.net/projects/asio/files/asio/1.30.2%%20(Stable)/%BOOST_ASIO_BASE%.zip/download
30+
set BOOST_ASIO_URL=https://sourceforge.net/projects/asio/files/asio/1.30.2%%%%20(Stable)/%BOOST_ASIO_BASE%.zip/download
3131

3232
::: Boost unordered library
3333
set BOOST_UNORDERED_BASE=unordered-boost-1.86.0
@@ -38,8 +38,8 @@ set QT_BASE=qtbase-opensource-src-5.9.9
3838
set QT_URL=https://download.qt.io/archive/qt/5.9/5.9.9/submodules/%QT_BASE%.zip
3939
set JOM_URL=http://download.qt.io/official_releases/jom/jom_1_1_3.zip
4040

41-
::: NSIS (note the additional % before %20 to prevent interpretation as a variable)
42-
set NSIS_URL=https://sourceforge.net/projects/nsis/files/NSIS%%203/3.11/nsis-3.11-setup.exe/download
41+
::: NSIS (note the additional %%% before %20 to prevent interpretation as a variable)
42+
set NSIS_URL=https://sourceforge.net/projects/nsis/files/NSIS%%%%203/3.11/nsis-3.11-setup.exe/download
4343

4444
EXIT /B
4545

0 commit comments

Comments
 (0)