We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d6d6b commit aa6be6bCopy full SHA for aa6be6b
data/scripts/Linux-AppImage/create-appimage.sh
@@ -92,7 +92,8 @@ add_fonts() { # for GUI+testcard2
92
cp "$FONT_PATH" $APPPREFIX/share/fonts
93
done
94
95
- if ls $APPPREFIX/lib/*mixer* >/dev/null 2>&1; then
+ if ls $APPPREFIX/lib/*mixer* >/dev/null 2>&1 ||
96
+ ls $APPPREFIX/lib/ultragrid/*fluidsynth* >/dev/null 2>&1; then
97
mkdir -p $APPPREFIX/share/soundfonts
98
cp "$srcdir/data/default.sf3" $APPPREFIX/share/soundfonts/
99
fi
0 commit comments