Skip to content

Commit d5102b2

Browse files
committed
Fix build script
1 parent aee096c commit d5102b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_binary.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
mkdir cargo-ui
3737
cd cargo-ui
3838
cp ..\..\target/release/cargo-ui.exe ./
39-
cp ..\..\..\Qt\6.2.4\msvc2019_64\bin/Qt5Core.dll ./
40-
cp ..\..\..\Qt\6.2.4\msvc2019_64\bin/Qt5Gui.dll ./
41-
cp ..\..\..\Qt\6.2.4\msvc2019_64\bin/Qt5Widgets.dll ./
39+
cp ..\..\..\Qt\6.2.4\msvc2019_64\bin/Qt6Core.dll ./
40+
cp ..\..\..\Qt\6.2.4\msvc2019_64\bin/Qt6Gui.dll ./
41+
cp ..\..\..\Qt\6.2.4\msvc2019_64\bin/Qt6Widgets.dll ./
4242
cp ..\..\..\Qt\6.2.4\msvc2019_64\bin/Qt6Svg.dll ./
4343
mkdir .\plugins\platforms
4444
cp ..\..\..\Qt\6.2.4\msvc2019_64\plugins\platforms\qwindows.dll ./plugins/platforms

0 commit comments

Comments
 (0)