From 8c505cbb3792195d79e40c3f2d150d4d11874c26 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Fri, 13 Sep 2024 17:39:53 +0200 Subject: [PATCH] Add Ruffle --- bash/bin/launch-menu-apps.d/games.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/bin/launch-menu-apps.d/games.sh b/bash/bin/launch-menu-apps.d/games.sh index 05aa0ba6..231f7c74 100644 --- a/bash/bin/launch-menu-apps.d/games.sh +++ b/bash/bin/launch-menu-apps.d/games.sh @@ -14,4 +14,5 @@ apps+=( ["itch"]="flatpak run io.itch.itch" ["Ryujinx"]="flatpak run org.ryujinx.Ryujinx" ["Tipp10"]="tipp10" + ["Ruffle"]="flatpak run rs.ruffle.Ruffle" )