flatpakifier.bash: add Mumble

This commit is contained in:
Aminda Suomalainen 2026-04-07 09:20:52 +03:00
parent 30c6067a7c
commit c7fc90451f
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -32,6 +32,7 @@ ln -sfv $FLATPAKEXPORTS/org.gajim.Gajim $TARGETDIR/gajim
if [ ! -f /usr/bin/okular ]; then
ln -sfv $FLATPAKEXPORTS/org.kde.okular $TARGETDIR/okular
fi
ln -sfv $FLATPAKEXPORTS/info.mumble.Mumble $TARGETDIR/mumble
# Electron apps that actually need wrappers and flags
#ln -sfv $FLATPAKEXPORTS/com.visualstudio.code $TARGETDIR/code