From 5084a90d94b3a7b4775221d23ea8a56d6002ad3f Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Thu, 3 Aug 2023 19:13:52 -0700 Subject: [PATCH] Updated to Proton GE-8-11 --- NonSteamLaunchers.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 9655cab..7339218 100644 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -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-10/GE-Proton8-10.tar.gz +ge_proton_url2=https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton8-11/GE-Proton8-11.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-10" + compat_tool_name="GE-Proton8-11" else echo "Could not find config.vdf file" fi