From 187c6e7eda4c6df73adc795803c42af23c44bf5a Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Mon, 2 Oct 2023 23:35:21 -0700 Subject: [PATCH] Update NonSteamLaunchers.sh to use BoilR v1.9.4 --- NonSteamLaunchers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index ae334a3..e1600d6 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.3/linux_BoilR + wget https://github.com/PhilipK/BoilR/releases/download/v.1.9.4/linux_BoilR # Add execute permissions to the linux_BoilR file chmod +x linux_BoilR