Update NonSteamLaunchers.sh to use BoilR v1.9.3

This commit is contained in:
Roy 2023-09-20 17:34:36 -07:00 committed by GitHub
parent 3261d58fa3
commit bc68f2bbcc
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) # Download the latest BoilR from GitHub (Linux version)
mkdir -p "$download_dir" mkdir -p "$download_dir"
cd "$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 # Add execute permissions to the linux_BoilR file
chmod +x linux_BoilR chmod +x linux_BoilR