diff options
author | George Hazan <ghazan@miranda.im> | 2017-08-23 23:44:58 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-08-23 23:44:58 +0300 |
commit | e3f35fc33c39420698ab5d50312c8df11282adc3 (patch) | |
tree | 1ffe66ebee0cc940d15178072c1f6e7c39cbd874 /tools | |
parent | a07ff1b4d223d9a6b8646cfc9c3a6746c7e631a9 (diff) |
fix for correct site url that matches SSL certificate
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build_scripts/z1_ReBuild_Full.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/build_scripts/z1_ReBuild_Full.bat b/tools/build_scripts/z1_ReBuild_Full.bat index a4a40956b2..e6f469aaa9 100644 --- a/tools/build_scripts/z1_ReBuild_Full.bat +++ b/tools/build_scripts/z1_ReBuild_Full.bat @@ -34,9 +34,9 @@ call compile%tp%.bat popd if /i '%tp%' == '32' ( - %GetIt% -P Release/Libs -r -np -nd -nH -R html -e robots=off https://www.miranda-ng.org/distr/build/x86/ + %GetIt% -P Release/Libs -r -np -nd -nH -R html -e robots=off https://miranda-ng.org/distr/build/x86/ ) else if /i '%tp%' == '64' ( - %GetIt% -P Release64/Libs -r -np -nd -nH -R html -e robots=off https://www.miranda-ng.org/distr/build/x64/ + %GetIt% -P Release64/Libs -r -np -nd -nH -R html -e robots=off https://miranda-ng.org/distr/build/x64/ ) if exist Release ren Release Release32 |