From 3d29ab3a087589d8763722b91469c13eca42c3cd Mon Sep 17 00:00:00 2001 From: Fanda Vacek Date: Fri, 12 Jul 2024 00:06:23 +0200 Subject: [PATCH] Update installer.yml use Qt 6.7.2 --- .github/workflows/installer.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index e0a7add8e..68fe5d3a8 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -8,7 +8,7 @@ on: jobs: windows: - name: Qt 6.6 / Windows + name: Qt 6.7 / Windows runs-on: windows-2022 steps: - name: Clone the repository @@ -40,7 +40,7 @@ jobs: - name: Setup CMake uses: ./.github/actions/cmake with: - qt_version: 6.6.3 + qt_version: 6.7.2 qt_arch: win64_mingw use_qt6: ON modules: qtserialport qtmultimedia @@ -53,7 +53,7 @@ jobs: run: cmake --install '${{ github.workspace }}/build' - name: Run windeployqt - run: windeployqt -serialport -multimedia --qmldir libqf/plugins --qmldir quickevent/app/quickevent/plugins '${{ github.workspace }}/install/bin/quickevent.exe' + run: windeployqt -serialport -multimedia --qmldir '${{ github.workspace }}/install/bin/qml' '${{ github.workspace }}/install/bin/quickevent.exe' - name: Copy MinGW runtime libraries # windeployqt is unable to copy those, because it looks for them next to where g++.exe is. On the GitHub runner,