From a0d957e74fde177bc7c2d4760b95b696ff5c09ca Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Fri, 3 May 2024 19:17:59 -0700 Subject: [PATCH] Deleted code that deleted proton --- NonSteamLaunchers.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index d539ce4..560e839 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -915,12 +915,6 @@ else proton_dir=$(find "${logged_in_home}/.steam/root/compatibilitytools.d" -maxdepth 1 -type d -name "GE-Proton*" | sort -V | tail -n1) echo "All done :)" fi - #Delete old GE-Proton Versions - for dir in "${logged_in_home}/.steam/root/compatibilitytools.d/GE-Proton"*; do - if [ "$dir" != "$proton_dir" ]; then - rm -rf "$dir" - fi - done fi