File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments