Qt: Fix typo in Windows dependencies build script

This commit is contained in:
chaoticgd 2025-10-15 22:15:49 +01:00 committed by Ty
parent 50baaf39d6
commit 55498762f9

View File

@ -235,7 +235,7 @@ ninja install || goto error
cd ..\.. || goto error
echo Building Qt Tools...
rmdir /S /Q "qtimageformats-everywhere-src-%QT%"
rmdir /S /Q "qttools-everywhere-src-%QT%"
%SEVENZIP% x "qttools-everywhere-src-%QT%.zip" || goto error
cd "qttools-everywhere-src-%QT%" || goto error
mkdir build || goto error