From 1faf7bf36b689f0f41fb73fd6d0167f0a1cc0f90 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 17 Jul 2025 22:13:25 -0400 Subject: [PATCH] Fixed url for Pontoon. --- usr/local/bin/game_launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/bin/game_launcher.py b/usr/local/bin/game_launcher.py index 0b25c48..191b774 100755 --- a/usr/local/bin/game_launcher.py +++ b/usr/local/bin/game_launcher.py @@ -892,7 +892,7 @@ if __name__ == "__main__": menu.add_item("Web", "Aliens", "GAME=https://files.jantrid.net/aliens// startx") menu.add_item("Web", "Echo Commander", "GAME=https://echo-commander.vercel.app/ startx") menu.add_item("Web", "Periphery Synthetic EP", "GAME=https://shiftbacktick.itch.io/periphery-synthetic-ep startx") - menu.add_item("Web", "Pontoon", "GAME=https://oneswitch.org.uk/jsbeeb/?autotype=CHAIN%22PONTOON%22%0A&disc=/Blind_Access/Pontoon_1983_2025.dsd startx") + menu.add_item("Web", "Pontoon", "GAME='https://oneswitch.org.uk/jsbeeb/?autotype=CHAIN%22PONTOON%22%0A&disc=/Blind_Access/Pontoon_1983_2025.dsd' startx") menu.add_item("Web", "QuentinC Play Room", "GAME=https://qcsalon.net/ startx") menu.add_item("Web", "soundStrider", "GAME=https://shiftbacktick.itch.io/soundstrider startx")