Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions defaults/assets/fgmod-uninstaller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
1 change: 1 addition & 0 deletions defaults/assets/fgmod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ if [[ $# -gt 1 ]]; then
# Execute the original command
export SteamDeck=0
export WINEDLLOVERRIDES="$WINEDLLOVERRIDES,dxgi=n,b"
exec >/dev/null 2>&1
exec "$@"
else
echo "Done!"
Expand Down