From bc68f2bbcc8c921298bf5277ee6e6a6e2db8826b Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Wed, 20 Sep 2023 17:34:36 -0700 Subject: [PATCH] Update NonSteamLaunchers.sh to use BoilR v1.9.3 --- NonSteamLaunchers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 3f9e792..ae334a3 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -1312,7 +1312,7 @@ if [[ $options == "Find Games" ]]; then # Download the latest BoilR from GitHub (Linux version) mkdir -p "$download_dir" cd "$download_dir" - wget https://github.com/PhilipK/BoilR/releases/download/v.1.9.2/linux_BoilR + wget https://github.com/PhilipK/BoilR/releases/download/v.1.9.3/linux_BoilR # Add execute permissions to the linux_BoilR file chmod +x linux_BoilR