Updated to ProtonGE-8-10

This commit is contained in:
Roy 2023-08-02 20:00:18 -07:00 committed by GitHub
parent a5c1475163
commit 2355c8151e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1396,7 +1396,7 @@ proton_dir=$(find ~/.steam/root/compatibilitytools.d -maxdepth 1 -type d -name "
# Set the URLs to download GE-Proton from
ge_proton_url1=https://github.com/GloriousEggroll/proton-ge-custom/releases/latest/download/GE-Proton.tar.gz
ge_proton_url2=https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton8-9/GE-Proton8-9.tar.gz
ge_proton_url2=https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton8-10/GE-Proton8-10.tar.gz
@ -2955,7 +2955,7 @@ if [ -f "$config_vdf_path" ]; then
cp "$config_vdf_path" "$backup_path"
# Set the name of the compatibility tool to use
compat_tool_name="GE-Proton8-9"
compat_tool_name="GE-Proton8-10"
else
echo "Could not find config.vdf file"
fi