From 73032f3bb6cab9ced4eaf3afff29dcb4466d968c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 10 Jun 2025 18:45:33 +0300 Subject: [PATCH] flatpakifier.bash: add calibre --- bash/flatpakifier.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/flatpakifier.bash b/bash/flatpakifier.bash index 32000e1..0b243e6 100755 --- a/bash/flatpakifier.bash +++ b/bash/flatpakifier.bash @@ -23,6 +23,7 @@ ln -sfv $FLATPAKEXPORTS/im.dino.Dino $TARGETDIR/dino ln -sfv $FLATPAKEXPORTS/org.gnome.eog $TARGETDIR/eog ln -sfv $FLATPAKEXPORTS/org.gnome.eog $TARGETDIR/eom #ln -sfv $FLATPAKEXPORTS/page.codeberg.dnkl.foot $TARGETDIR/foot +ln -sfv $FLATPAKEXPORTS/com.calibre_ebook.calibre $TARGETDIR/calibre # Electron apps that actually need wrappers and flags #ln -sfv $FLATPAKEXPORTS/com.visualstudio.code $TARGETDIR/code