flatpakifier.bash: I get confused if eog doesn't exist (it's now essentialsoftware)

This commit is contained in:
Aminda Suomalainen 2025-06-01 21:38:12 +03:00
parent 6757ac82f3
commit a9ea0c5224
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -20,6 +20,8 @@ ln -sfv $FLATPAKEXPORTS/org.videolan.VLC $TARGETDIR/vlc-flatpak
ln -sfv $FLATPAKEXPORTS/io.mpv.Mpv $TARGETDIR/mpv-flatpak ln -sfv $FLATPAKEXPORTS/io.mpv.Mpv $TARGETDIR/mpv-flatpak
ln -sfv $FLATPAKEXPORTS/net.davidotek.pupgui2 $TARGETDIR/protonup ln -sfv $FLATPAKEXPORTS/net.davidotek.pupgui2 $TARGETDIR/protonup
ln -sfv $FLATPAKEXPORTS/im.dino.Dino $TARGETDIR/dino ln -sfv $FLATPAKEXPORTS/im.dino.Dino $TARGETDIR/dino
ln -sfv $FLATPAKEXPORTS/org.gnome.eog $TARGETDIR/eog
ln -sfv $FLATPAKEXPORTS/org.gnome.eog $TARGETDIR/eom
# Electron apps that actually need wrappers and flags # Electron apps that actually need wrappers and flags
#ln -sfv $FLATPAKEXPORTS/com.visualstudio.code $TARGETDIR/code #ln -sfv $FLATPAKEXPORTS/com.visualstudio.code $TARGETDIR/code