summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2026-09-10 15:54:01 -0400
committerKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2026-09-10 15:54:01 -0400
commit9e5afad9226475bffe6f2cceb9e5405d16d17a65 (patch)
treed75c8a32c099c39db23168edf5143d788b72bebf
parentf6f77d775977ad17cdc73338d0f90d05a13cbfc2 (diff)
downloaddecky-lsfg-vk-9e5afad9226475bffe6f2cceb9e5405d16d17a65.tar.gz
decky-lsfg-vk-9e5afad9226475bffe6f2cceb9e5405d16d17a65.zip
test: retain released flatpak target recognition
-rw-r--r--tests/test_steam_service.py2
1 files changed, 2 insertions, 0 deletions
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"))