Skip to content

Commit e5ae91b

Browse files
committed
fix version of virtual keyboard used during build
1 parent d342e7b commit e5ae91b

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

io.github.saeugetier.photobooth.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
"sources": [
104104
{
105105
"type": "archive",
106-
"url": "https://download.qt.io/official_releases/qt/6.9/6.9.2/submodules/qtvirtualkeyboard-everywhere-src-6.9.2.tar.xz",
107-
"sha256": "7b4100da01bafa72e20ab4e1459dcda1e6048e70b4d650b3c578613f0ffc11e3"
106+
"url": "https://download.qt.io/official_releases/qt/6.9/6.9.3/submodules/qtvirtualkeyboard-everywhere-src-6.9.3.tar.xz",
107+
"sha256": "a1a0d5c91c9e7fe608867718c152272feae8560d920effa59c2c84b6dd415534"
108108
}
109109
],
110110
"post-install": [

io.github.saeugetier.photobooth.metainfo.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
</screenshots>
3737

3838
<releases>
39+
<release version="0.7.3" date="2025-10-13">
40+
<description translate="no">
41+
<p>Fix release build. Used wrong version of QT plugin for virtual keyboard.</p>
42+
</description>
43+
</release>
3944
<release version="0.7.2" date="2025-10-01">
4045
<description translate="no">
4146
<p>Disable settings password by default.</p>

0 commit comments

Comments
 (0)