mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 08:09:18 +01:00
Deleted code that deleted proton
This commit is contained in:
parent
9ca3147627
commit
a0d957e74f
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user