From 6bb397a9caa9e96be237ed04832cd262485ad116 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Fri, 18 Apr 2025 19:10:31 -0400 Subject: [PATCH] Add mactan runner source --- lug-helper.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 1493140..b091efb 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -166,10 +166,11 @@ runners_dir_flatpak="$lutris_flatpak_dir/data/lutris/runners/wine" runner_sources=( "Kron4ek" "https://api.github.com/repos/Kron4ek/Wine-Builds/releases" "RawFox" "https://api.github.com/repos/starcitizen-lug/raw-wine/releases" + "Mactan" "https://api.github.com/repos/mactan-sc/mactan-sc-wine/releases" ) # Set the default runner to install when the system wine doesn't meet requirements -# default_runner_source corresponds to an even number index in runner_sources above +# default_runner_source corresponds to an EVEN NUMBER index in runner_sources above default_runner="wine-10.5-amd64.tar.xz" default_runner_source=0