2 Commits
Author SHA1 Message Date
mr.zeroandClaude Opus 5 66ddf87d03 Add an uninstall wrapper, and move to the stores org
uninstall.sh mirrors install.sh: it names the store and lets the engine do the
work, passing STORE_ID rather than a config URL. install.sh gained what the
Batocera wrapper already had — run from a checkout, it uses the config next to
it rather than the one on the forge.

Both wrappers are POSIX sh now, and neither pipes curl into a shell any more: a
failed download would feed an empty script to sh and look like success, so the
installer is fetched to a file and run from there.

The repository moved from the tools org to stores. The old raw URLs still
redirect.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-18 08:32:47 +02:00
mr.zeroandClaude Opus 5 48aeeebaf7 The Teletype Games store for RetroArch
Config plus a wrapper installer; all the logic is in the shared engine,
warp-engine-retroarch-store. Two playlists — Commodore 64 and TIC-80 —
carrying the six released and archived cartridges in the catalog, 233 KB
in total.

That is the cartridge half of what we publish. The rest are native and web
builds, which no libretro core runs; on a Batocera box those install as
Ports through ttg-batocera-store instead.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-17 18:00:33 +02:00