Update NonSteamLaunchers.sh to use Boilr v.1.9.2

This commit is contained in:
Roy 2023-09-19 00:58:38 -07:00 committed by GitHub
parent f04a600257
commit 3261d58fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.1/linux_BoilR
wget https://github.com/PhilipK/BoilR/releases/download/v.1.9.2/linux_BoilR
# Add execute permissions to the linux_BoilR file
chmod +x linux_BoilR