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:
+1
-1
@@ -5022,7 +5022,7 @@ PYEOF
|
|||||||
| while IFS= read -r _sd; do ls "$_sd/.steam/steam/userdata/" 2>/dev/null | head -1; done | head -1)
|
| 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
|
if [ -n "$_WOLF_ANY_STEAM_UID" ]; then
|
||||||
log_info "Steam is already signed in — adding downloaded emulators to Steam's library..."
|
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"
|
|| log_warning "Couldn't auto-add emulators to Steam — run manually: cd $WOLF_DIR && ./manage.sh steam-setup-frontends"
|
||||||
else
|
else
|
||||||
log_info "Once you've signed into Steam via Moonlight, run this to add every downloaded"
|
log_info "Once you've signed into Steam via Moonlight, run this to add every downloaded"
|
||||||
|
|||||||
Reference in New Issue
Block a user