Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed May 10, 2022
1 parent aee096c commit d5102b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_binary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
mkdir cargo-ui
cd cargo-ui
cp ..\..\target/release/cargo-ui.exe ./
cp ..\..\..\Qt\6.2.4\msvc2019_64\bin/Qt5Core.dll ./
cp ..\..\..\Qt\6.2.4\msvc2019_64\bin/Qt5Gui.dll ./
cp ..\..\..\Qt\6.2.4\msvc2019_64\bin/Qt5Widgets.dll ./
cp ..\..\..\Qt\6.2.4\msvc2019_64\bin/Qt6Core.dll ./
cp ..\..\..\Qt\6.2.4\msvc2019_64\bin/Qt6Gui.dll ./
cp ..\..\..\Qt\6.2.4\msvc2019_64\bin/Qt6Widgets.dll ./
cp ..\..\..\Qt\6.2.4\msvc2019_64\bin/Qt6Svg.dll ./
mkdir .\plugins\platforms
cp ..\..\..\Qt\6.2.4\msvc2019_64\plugins\platforms\qwindows.dll ./plugins/platforms
Expand Down

0 comments on commit d5102b2

Please sign in to comment.