File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ echo "---------------------------------------------------------------"
99pacman -Syu --noconfirm \
1010 libfdk-aac \
1111 libxtst \
12+ luajit \
1213 obs-studio \
1314 pipewire-audio \
1415 pipewire-jack \
Original file line number Diff line number Diff line change @@ -14,13 +14,15 @@ export ICON=/usr/share/icons/hicolor/256x256/apps/com.obsproject.Studio.png
1414export DEPLOY_LOCALE=1
1515export DEPLOY_OPENGL=1
1616export DEPLOY_PIPEWIRE=1
17+ export DEPLOY_SYS_PYTHON=1
1718export PATH_MAPPING_HARDCODED=' libobs.so*'
1819
1920# Deploy dependencies
2021quick-sharun \
21- /usr/bin/obs* \
22- /usr/lib/obs* \
23- /usr/lib/libobs*
22+ /usr/bin/obs* \
23+ /usr/lib/obs* \
24+ /usr/lib/libobs* \
25+ /usr/lib/libluajit* .so*
2426
2527# Turn AppDir into AppImage
2628quick-sharun --make-appimage
You can’t perform that action at this time.
0 commit comments