From 1b758e04580afd773eb6bea47d48467d788279be Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Tue, 31 Oct 2023 02:27:54 -0700 Subject: [PATCH] Update NonSteamLaunchers.sh to use GE-Proton8-22 --- NonSteamLaunchers.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 46cd3d8..10fffee 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -1345,7 +1345,7 @@ proton_dir=$(find "${logged_in_home}/.steam/root/compatibilitytools.d" -maxdepth # 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-20/GE-Proton8-20.tar.gz" +ge_proton_url2="https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton8-22/GE-Proton8-22.tar.gz" # Check if GE-Proton is installed if [ -z "$proton_dir" ]; then @@ -2744,7 +2744,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-20" + compat_tool_name="GE-Proton8-22" else echo "Could not find config.vdf file" fi