Add wfinfo script

This commit is contained in:
2025-11-09 13:50:36 -06:00
parent 45a99b283d
commit 6389fb7ff3

14
wfinfo-ng Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
# Assumes Flatpak Steam
logfile="$HOME/.var/app/com.valvesoftware.Steam/.steam/steam/steamapps/compatdata/230410/pfx/drive_c/users/steamuser/AppData/Local/Warframe/EE.log"
if ! [ -e "$logfile" ]; then
echo "Could not find logfile: $logfile"
exit 1
fi
exec toolbox run \
--container wfinfo-ng \
~/.cargo/bin/wfinfo \
"$logfile"