Skip to content

Commit aa6be6b

Browse files
committed
create-appimage.sh: ship soundfont also for fluidsynth
not only sdl_mixer
1 parent e9d6d6b commit aa6be6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/scripts/Linux-AppImage/create-appimage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ add_fonts() { # for GUI+testcard2
9292
cp "$FONT_PATH" $APPPREFIX/share/fonts
9393
done
9494
done
95-
if ls $APPPREFIX/lib/*mixer* >/dev/null 2>&1; then
95+
if ls $APPPREFIX/lib/*mixer* >/dev/null 2>&1 ||
96+
ls $APPPREFIX/lib/ultragrid/*fluidsynth* >/dev/null 2>&1; then
9697
mkdir -p $APPPREFIX/share/soundfonts
9798
cp "$srcdir/data/default.sf3" $APPPREFIX/share/soundfonts/
9899
fi

0 commit comments

Comments
 (0)