Files
ubuntu-post-install/services
Claude cf879f0090 wolf: auto-add downloaded emulators to Steam's library on rerun
Downloading an emulator AppImage (Cemu, Azahar, PCSX2, Dolphin, ES-DE,
RetroArch) only ever dropped the file into emulators/ — getting it into
Steam's own shortcuts.vdf as a non-Steam game still needed a separate,
manually-typed manage.sh command per emulator, and steam-setup-frontends
only ever covered ES-DE/RetroArch, leaving Cemu out entirely.

- steam-setup-frontends now scans emulators/ and adds every AppImage it
  finds (deduping a fixed-name symlink like ES-DE.AppImage against the
  real versioned file it points at), instead of only handling ES-DE and
  RetroArch by name.
- install_wolf() now calls it automatically at the end of a run whenever
  Steam already has a signed-in profile, so the flow is just: run
  setup.sh wolf, sign into Steam via Moonlight, run it again — no
  separate manage.sh command to remember.
- Docs (manage.sh help text, printed install summary, generated
  README.md) updated to match.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013BWYKEERLA1a7gv86Z4W23
2026-09-10 02:47:18 +00:00
..