Skip to content

Commit

Permalink
Update recipe.yml
Browse files Browse the repository at this point in the history
fixing unexpected error at flatpak install
  • Loading branch information
smklusza authored Sep 30, 2024
1 parent a9265b5 commit bbdd8aa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ modules:
repo-url: https://dl.flathub.org/repo/flathub.flatpakrepo
repo-name: flathub
repo-title: "Flathub (system-wide)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software
install:
- io.github.com.zen_browser.zen
- md.obsidian.Obsidian
# - one.ablaze.floorp//lightning # This is an example of flatpak which has multiple branches in selection (flatpak//branch).
install:
- io.github.com.zen_browser.zen
- md.obsidian.Obsidian
# - one.ablaze.floorp//lightning # This is an example of flatpak which has multiple branches in selection (flatpak//branch).
# Flatpak runtimes are not supported (like org.winehq.Wine//stable-23.08),
# only normal flatpak applications are (like Floorp Lightning web browser in this example).
# Installing different branches of the same Flatpak is not supported.
remove:
- org.gnome.eog
remove:
- org.gnome.eog

- type: signing # this sets up the proper policy & signing files for signed images to work fully

Expand Down

0 comments on commit bbdd8aa

Please sign in to comment.