From 9e5afad9226475bffe6f2cceb9e5405d16d17a65 Mon Sep 17 00:00:00 2001 From: Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> Date: Thu, 10 Sep 2026 15:54:01 -0400 Subject: test: retain released flatpak target recognition --- tests/test_steam_service.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/test_steam_service.py b/tests/test_steam_service.py index 719249d..3f0283b 100644 --- a/tests/test_steam_service.py +++ b/tests/test_steam_service.py @@ -20,6 +20,8 @@ class SteamShortcutTests(unittest.TestCase): self.assertTrue(is_direct_flatpak_shortcut("flatpak")) self.assertTrue(is_direct_flatpak_shortcut("/usr/bin/flatpak run com.example.Game")) self.assertTrue(is_direct_flatpak_shortcut('~/.lsfg "/usr/bin/flatpak"')) + self.assertTrue(is_direct_flatpak_shortcut('~/lsfg "usr/bin/flatpak"')) + self.assertTrue(is_direct_flatpak_shortcut('~/.local/bin/mako-run "/usr/bin/flatpak"')) self.assertFalse(is_direct_flatpak_shortcut("/usr/bin/bash")) self.assertFalse(is_direct_flatpak_shortcut("/home/deck/Emulation/tools/launchers/retroarch.sh")) self.assertFalse(is_direct_flatpak_shortcut("/home/deck/Emulation/tools/launchers/ppsspp.sh")) -- cgit v1.2.3