We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50baaf3 commit 5549876Copy full SHA for 5549876
.github/workflows/scripts/windows/build-dependencies.bat
@@ -235,7 +235,7 @@ ninja install || goto error
235
cd ..\.. || goto error
236
237
echo Building Qt Tools...
238
-rmdir /S /Q "qtimageformats-everywhere-src-%QT%"
+rmdir /S /Q "qttools-everywhere-src-%QT%"
239
%SEVENZIP% x "qttools-everywhere-src-%QT%.zip" || goto error
240
cd "qttools-everywhere-src-%QT%" || goto error
241
mkdir build || goto error
0 commit comments