Merge pull request #450 from outis1one/claude/steam-non-steam-apps-visibility-p1uqc2

wolf: fix auto steam-setup-frontends invocation ($0 resolution)
This commit is contained in:
Outis
2026-09-09 23:16:17 -04:00
committed by GitHub
+1 -1
View File
@@ -5022,7 +5022,7 @@ PYEOF
| while IFS= read -r _sd; do ls "$_sd/.steam/steam/userdata/" 2>/dev/null | head -1; done | head -1)
if [ -n "$_WOLF_ANY_STEAM_UID" ]; then
log_info "Steam is already signed in — adding downloaded emulators to Steam's library..."
(cd "$WOLF_DIR" && bash manage.sh steam-setup-frontends) \
(cd "$WOLF_DIR" && ./manage.sh steam-setup-frontends) \
|| log_warning "Couldn't auto-add emulators to Steam — run manually: cd $WOLF_DIR && ./manage.sh steam-setup-frontends"
else
log_info "Once you've signed into Steam via Moonlight, run this to add every downloaded"