From e70085a8c4e1c40f90156c806681396981e61fe0 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Tue, 13 Jan 2026 16:59:28 -0700 Subject: [PATCH] Enable Lua support and disable Python in Flatpak config --- flatpak/io.github.Zoitechat.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flatpak/io.github.Zoitechat.json b/flatpak/io.github.Zoitechat.json index 6c470ae5..6c1394a4 100644 --- a/flatpak/io.github.Zoitechat.json +++ b/flatpak/io.github.Zoitechat.json @@ -52,7 +52,8 @@ "--buildtype=release", "-Ddbus-service-use-appid=true", "-Dwith-perl=false", - "-Dwith-lua=lua" + "-Dwith-python=false", + "-Dwith-lua=true" ], "build-options": { "cflags": "-Wno-error=missing-include-dirs"