Skip to content

Commit 5549876

Browse files
chaoticgdF0bes
authored andcommitted
Qt: Fix typo in Windows dependencies build script
1 parent 50baaf3 commit 5549876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/windows/build-dependencies.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ ninja install || goto error
235235
cd ..\.. || goto error
236236

237237
echo Building Qt Tools...
238-
rmdir /S /Q "qtimageformats-everywhere-src-%QT%"
238+
rmdir /S /Q "qttools-everywhere-src-%QT%"
239239
%SEVENZIP% x "qttools-everywhere-src-%QT%.zip" || goto error
240240
cd "qttools-everywhere-src-%QT%" || goto error
241241
mkdir build || goto error

0 commit comments

Comments
 (0)