From 277cadda054e8e08dad8b0a265393f39f3b8b4be Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Sun, 23 Aug 2026 16:27:12 +0200 Subject: [PATCH] The updater sits in the menu entry itself Engine 4.1 makes the store folder the menu entry, so the sync is started from *Teletype Games -> "Update Teletype Games"* rather than through a "Store" subfolder. Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e8fe612..b672d65 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ EmulationStation (`batocera-es-swissknife --restart`) to see it. ## Use -**On the device.** *Teletype Games ▸ Store ▸ "Update Teletype Games"*. It +**On the device.** *Teletype Games ▸ "Update Teletype Games"*. It downloads anything new, then restarts EmulationStation. ES gives a launched script no console, so the output goes to `/userdata/system/batocera-store/ttg/store.log`. @@ -45,8 +45,8 @@ script no console, so the output goes to ``` main carousel: … ▸ Teletype Games ▸ ┌ Commodore 64 ├ TIC-80 - ├ Ports the native builds - └ Store → "Update Teletype Games" + ├ Ports the native builds + └ Update Teletype Games the sync ``` Only the platforms that have something installed show up as folders, so the entry @@ -180,7 +180,7 @@ native game that currently installs is `rabbitroller`. Add `"demo"` to │ ├── rabbitroller.sh, images/rabbitroller.png │ ├── .data/rabbitroller/ the unpacked program │ └── gamelist.xml -└── store/ +└── store/ the menu entry itself ├── update.sh the sync, as the menu starts it └── gamelist.xml ```