Update socket and Lua version in Zoitechat config

This commit is contained in:
deepend-tildeclub
2026-02-21 16:19:22 -07:00
committed by GitHub
parent 3c2b0a8986
commit cc9b1e249a

View File

@@ -7,7 +7,7 @@
"command": "zoitechat", "command": "zoitechat",
"finish-args": [ "finish-args": [
"--share=ipc", "--share=ipc",
"--socket=wayland", "--socket=x11",
"--share=network", "--share=network",
"--socket=pulseaudio", "--socket=pulseaudio",
"--filesystem=xdg-download", "--filesystem=xdg-download",
@@ -33,7 +33,7 @@
}, },
"modules": [ "modules": [
"shared-modules/dbus-glib/dbus-glib.json", "shared-modules/dbus-glib/dbus-glib.json",
"shared-modules/lua5.3/lua-5.3.5.json", "shared-modules/lua5.4/lua-5.4.json",
"shared-modules/libcanberra/libcanberra.json", "shared-modules/libcanberra/libcanberra.json",
"shared-modules/libayatana-appindicator/libayatana-appindicator-gtk3.json", "shared-modules/libayatana-appindicator/libayatana-appindicator-gtk3.json",
"python3-cffi.json", "python3-cffi.json",
@@ -44,7 +44,7 @@
{ {
"type": "git", "type": "git",
"url": "https://github.com/pavouk/lgi.git", "url": "https://github.com/pavouk/lgi.git",
"commit": "95418635aa8151a516d43166227ea2b9d4c4403f" "commit": "0fdcf8c677094d0c109dfb199031fdbc0c9c47ea"
} }
] ]
}, },