Skip to content

Commit c6ec336

Browse files
authored
bundle suil
1 parent 04b3012 commit c6ec336

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lmms-appimage.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@ chmod +x ./quick-sharun
2222
./quick-sharun \
2323
/usr/bin/lmms \
2424
/usr/lib/lmms \
25+
/usr/lib/libsuil*.so* \
2526
/usr/bin/carla* \
2627
/usr/lib/carla \
2728
/usr/share/carla \
2829
/usr/lib/alsa-lib/*jack* \
2930
/usr/lib/alsa-lib/*pulse*
3031

32+
# copy the plugins dir because otherwise this will deploy all of GTK and Qt6
33+
cp -rv /usr/lib/suil-0 ./AppDir/shared/lib
34+
3135
sed -i \
3236
-e 's|INSTALL_PREFIX="/usr"|INSTALL_PREFIX="$APPDIR"|g' \
3337
-e 's|which python3|command -v python3|g' \

0 commit comments

Comments
 (0)