We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b3012 commit c6ec336Copy full SHA for c6ec336
lmms-appimage.sh
@@ -22,12 +22,16 @@ chmod +x ./quick-sharun
22
./quick-sharun \
23
/usr/bin/lmms \
24
/usr/lib/lmms \
25
+ /usr/lib/libsuil*.so* \
26
/usr/bin/carla* \
27
/usr/lib/carla \
28
/usr/share/carla \
29
/usr/lib/alsa-lib/*jack* \
30
/usr/lib/alsa-lib/*pulse*
31
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
+
35
sed -i \
36
-e 's|INSTALL_PREFIX="/usr"|INSTALL_PREFIX="$APPDIR"|g' \
37
-e 's|which python3|command -v python3|g' \
0 commit comments