fixed one clear Flatpak metadata mismatch: the plugin extension version was still 20.08 while the runtime is GNOME 49. I updated the extension version to 49 so Flatpak metadata is internally consistent.

This commit is contained in:
2026-02-21 14:53:49 -07:00
parent e4b8c641b1
commit 724211362b

View File

@@ -18,7 +18,7 @@
], ],
"add-extensions": { "add-extensions": {
"net.zoite.Zoitechat.Plugin": { "net.zoite.Zoitechat.Plugin": {
"version": "20.08", "version": "49",
"directory": "extensions", "directory": "extensions",
"add-ld-path": "lib", "add-ld-path": "lib",
"merge-dirs": "lib/zoitechat/plugins", "merge-dirs": "lib/zoitechat/plugins",