From 3bfbbc2df5ffc25f97bfa0cf04b43f583da169bb Mon Sep 17 00:00:00 2001 From: Samuel <36420837+Samueru-sama@users.noreply.github.com> Date: Tue, 16 Dec 2025 11:23:43 -0400 Subject: [PATCH 1/2] add luajit --- get-dependencies.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/get-dependencies.sh b/get-dependencies.sh index b930f89..3fc1fcc 100644 --- a/get-dependencies.sh +++ b/get-dependencies.sh @@ -9,6 +9,7 @@ echo "---------------------------------------------------------------" pacman -Syu --noconfirm \ libfdk-aac \ libxtst \ + luajit \ obs-studio \ pipewire-audio \ pipewire-jack \ From 9d1bdecb4c025295a84fae631e8e5b065e0543b3 Mon Sep 17 00:00:00 2001 From: Samuel <36420837+Samueru-sama@users.noreply.github.com> Date: Tue, 16 Dec 2025 11:25:18 -0400 Subject: [PATCH 2/2] add python and luajit --- make-appimage.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/make-appimage.sh b/make-appimage.sh index c08a86a..85f4bb5 100644 --- a/make-appimage.sh +++ b/make-appimage.sh @@ -14,13 +14,15 @@ export ICON=/usr/share/icons/hicolor/256x256/apps/com.obsproject.Studio.png export DEPLOY_LOCALE=1 export DEPLOY_OPENGL=1 export DEPLOY_PIPEWIRE=1 +export DEPLOY_SYS_PYTHON=1 export PATH_MAPPING_HARDCODED='libobs.so*' # Deploy dependencies quick-sharun \ - /usr/bin/obs* \ - /usr/lib/obs* \ - /usr/lib/libobs* + /usr/bin/obs* \ + /usr/lib/obs* \ + /usr/lib/libobs* \ + /usr/lib/libluajit*.so* # Turn AppDir into AppImage quick-sharun --make-appimage