Deleted code that deleted proton

This commit is contained in:
Roy 2024-05-03 19:17:59 -07:00 committed by GitHub
parent 9ca3147627
commit a0d957e74f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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