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/z3_PackArchivesStable.bat | |
parent | 6d1f6fb99d843cb29a869cf9877eb14045a26245 (diff) |
Update all other files in repository to use https links for Miranda NG website
Diffstat (limited to 'tools/build_scripts/z3_PackArchivesStable.bat')
-rw-r--r-- | tools/build_scripts/z3_PackArchivesStable.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/build_scripts/z3_PackArchivesStable.bat b/tools/build_scripts/z3_PackArchivesStable.bat index c0ee3f9249..0095e0c116 100644 --- a/tools/build_scripts/z3_PackArchivesStable.bat +++ b/tools/build_scripts/z3_PackArchivesStable.bat @@ -37,8 +37,8 @@ mkdir InnoNG_%tp% mkdir InnoNG_%tp%\Files\Languages copy /V /Y MirandaNG.iss InnoNG_%tp% xcopy Common\* InnoNG_%tp% /I /S /V /Y -Tools\wget.exe -O tmp\InnoSetup5.7z http://miranda-ng.org/distr/installer/InnoSetup5.7z -Tools\wget.exe -O tmp\MNG_Sounds.7z http://miranda-ng.org/distr/addons/Sounds/MNG_Sounds.7z +Tools\wget.exe -O tmp\InnoSetup5.7z https://miranda-ng.org/distr/installer/InnoSetup5.7z +Tools\wget.exe -O tmp\MNG_Sounds.7z https://miranda-ng.org/distr/addons/Sounds/MNG_Sounds.7z Tools\wget.exe -O InnoNG_%tp%\Installer\vcredist_%VcPt%.exe %VcURL% %CompressIt% x tmp\InnoSetup5.7z -y -oTools %CompressIt% x %ArchDistr%\miranda-ng-v%MirVer%%bit%.7z -y -oInnoNG_%tp%\Files |