Skip to content

Commit

Permalink
Fix override script when steam isn't named steam-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Supreeeme committed Jun 13, 2023
1 parent b82b058 commit 4596690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion override_steam_desktop_file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ echo "Found Steam's desktop file at $STEAM_DESKTOP_FILE, copying to $NEW_DESKTOP
set -e
mkdir -p "$(dirname $NEW_DESKTOP_FILE)"
cp $STEAM_DESKTOP_FILE $NEW_DESKTOP_FILE
sed -i "s,Exec=/usr/bin/steam-runtime,Exec=env LD_PRELOAD=$EXTEST /usr/bin/steam-runtime," $NEW_DESKTOP_FILE
sed -i "s,Exec=/usr/bin/steam,Exec=env LD_PRELOAD=$EXTEST /usr/bin/steam," $NEW_DESKTOP_FILE
echo "Extest has been set up, enjoy!"

0 comments on commit 4596690

Please sign in to comment.