mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
CI: Update Qt windows installer download
This commit is contained in:
parent
b7bd95dcc4
commit
30e2a5428f
@ -2,7 +2,7 @@ if exist %QtBaseDir% (
|
|||||||
echo "Qt directory found. Download skipped."
|
echo "Qt directory found. Download skipped."
|
||||||
) else (
|
) else (
|
||||||
echo "Qt directory not found. Downloading..."
|
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%
|
7z x Qt_5.15.2.7z -o%QtBaseDir%
|
||||||
)
|
)
|
||||||
dir %QtBaseDir%
|
dir %QtBaseDir%
|
||||||
|
Loading…
x
Reference in New Issue
Block a user