From 30e2a5428fe41897c8e304621e0a3a0b99a5ccb7 Mon Sep 17 00:00:00 2001 From: tt2468 Date: Sun, 11 Apr 2021 20:21:18 -0700 Subject: [PATCH] CI: Update Qt windows installer download --- CI/install-qt-win.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/install-qt-win.cmd b/CI/install-qt-win.cmd index 4a131280..2fa20c8f 100644 --- a/CI/install-qt-win.cmd +++ b/CI/install-qt-win.cmd @@ -2,7 +2,7 @@ if exist %QtBaseDir% ( echo "Qt directory found. Download skipped." ) else ( echo "Qt directory not found. Downloading..." - curl -kLO http://home.tt2468.net:86/dl/Qt_5.15.2.7z -f --retry 5 -C - + curl -kLO https://tt2468.net/dl/Qt_5.15.2.7z -f --retry 5 -C - 7z x Qt_5.15.2.7z -o%QtBaseDir% ) dir %QtBaseDir%