summaryrefslogtreecommitdiff
path: root/defaults/assets/fgmod-uninstaller.sh
diff options
context:
space:
mode:
Diffstat (limited to 'defaults/assets/fgmod-uninstaller.sh')
-rwxr-xr-xdefaults/assets/fgmod-uninstaller.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/defaults/assets/fgmod-uninstaller.sh b/defaults/assets/fgmod-uninstaller.sh
index 38abcf4..f253675 100755
--- a/defaults/assets/fgmod-uninstaller.sh
+++ b/defaults/assets/fgmod-uninstaller.sh
@@ -160,6 +160,7 @@ if [[ $# -gt 1 ]]; then
echo "🚀 Launching the game..."
export SteamDeck=0
export WINEDLLOVERRIDES="${WINEDLLOVERRIDES},dxgi=n,b"
+ exec >/dev/null 2>&1
exec "$@"
else
echo "✅ Uninstallation complete. No game specified to run."