Skip to content

Commit 65a9bdc

Browse files
committed
#3310 release: fix build process for Windows
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent 88d9b52 commit 65a9bdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ jobs:
319319
env:
320320
# Qt 6.5 windeployqt doesn't deploy DLLs!
321321
QT_VERSION: 6.9.1
322-
continue-on-error: true
323322
steps:
324323
- name: "🧰 Checkout"
325324
uses: actions/checkout@v4
@@ -329,7 +328,6 @@ jobs:
329328
- name: "⚙️ Install Qt"
330329
uses: jurplel/install-qt-action@v4
331330
with:
332-
aqtversion: "==2.0.0"
333331
version: ${{env.QT_VERSION}}
334332
# https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/qt6_650/qt.qt6.650.win64_mingw/
335333
# https://aqtinstall.readthedocs.io/en/latest/getting_started.html

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
- Try to fix a crash on macOS Apple Silicon on Qt6 while quitting the app with
66
log panel turned on (for [#2912](https://github.com/pbek/QOwnNotes/issues/2912))
7+
- The release build process for Windows with Qt 6.9.1 was fixed
8+
(for [#3310](https://github.com/pbek/QOwnNotes/issues/3310))
79

810
## 25.7.5
911

0 commit comments

Comments
 (0)