diff options
author | Robert Pösel <robyer@seznam.cz> | 2017-08-06 19:03:02 +0200 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2017-08-06 19:03:02 +0200 |
commit | 59519558a68a62d7d2450013f2930effe75f5d30 (patch) | |
tree | ed1fdce8cdc0bef2337ad74759dc54ed38062c05 /tools/build_scripts/bin15 | |
parent | 6d1f6fb99d843cb29a869cf9877eb14045a26245 (diff) |
Update all other files in repository to use https links for Miranda NG website
Diffstat (limited to 'tools/build_scripts/bin15')
-rw-r--r-- | tools/build_scripts/bin15/w_Rebuild_Plugins64.bat | 2 | ||||
-rw-r--r-- | tools/build_scripts/bin15/w_Rebuild_Plugins86.bat | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/build_scripts/bin15/w_Rebuild_Plugins64.bat b/tools/build_scripts/bin15/w_Rebuild_Plugins64.bat index e89b4cc683..362975a67e 100644 --- a/tools/build_scripts/bin15/w_Rebuild_Plugins64.bat +++ b/tools/build_scripts/bin15/w_Rebuild_Plugins64.bat @@ -17,7 +17,7 @@ if not %BUILD_STATUS%==0 goto :Error call vad64.bat -..\tools\installer_ng_stable\Tools\wget.exe -P Release64/Libs -r -np -nd -nH -R html -e robots=off http://www.miranda-ng.org/distr/build/x64/ +..\tools\installer_ng_stable\Tools\wget.exe -P Release64/Libs -r -np -nd -nH -R html -e robots=off https://www.miranda-ng.org/distr/build/x64/ rd /S /Q "Release64\Obj" diff --git a/tools/build_scripts/bin15/w_Rebuild_Plugins86.bat b/tools/build_scripts/bin15/w_Rebuild_Plugins86.bat index 324082714c..a972f72394 100644 --- a/tools/build_scripts/bin15/w_Rebuild_Plugins86.bat +++ b/tools/build_scripts/bin15/w_Rebuild_Plugins86.bat @@ -19,7 +19,7 @@ call vad.bat rd /S /Q "Release\Obj" -..\tools\installer_ng_stable\Tools\wget.exe -P Release/Libs -r -np -nd -nH -R html -e robots=off http://www.miranda-ng.org/distr/build/x86/ +..\tools\installer_ng_stable\Tools\wget.exe -P Release/Libs -r -np -nd -nH -R html -e robots=off https://www.miranda-ng.org/distr/build/x86/ rem del /F /S /Q "Release\*.pdb" |