File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ set PWIZ_URL=https://mc-tca-01.s3.us-west-2.amazonaws.com/ProteoWizard/bt81/%PWI
2525set BOOST_BASE = boost_1_86_0
2626set 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)
2929set 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
3333set BOOST_UNORDERED_BASE = unordered-boost-1.86.0
@@ -38,8 +38,8 @@ set QT_BASE=qtbase-opensource-src-5.9.9
3838set QT_URL = https://download.qt.io/archive/qt/5.9/5.9.9/submodules/%QT_BASE% .zip
3939set 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
4444EXIT /B
4545
You can’t perform that action at this time.
0 commit comments