From 3daeb0b3b176a8f37ee66aca71df5cdae880db37 Mon Sep 17 00:00:00 2001 From: Michael Clasen <37894267+rawfoxDE@users.noreply.github.com> Date: Fri, 24 Dec 2021 02:01:11 +0100 Subject: [PATCH] Update lug-helper.sh fixed raw-wine repo path --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 23338bc..4d46146 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -107,7 +107,7 @@ runners_dir="$data_dir/lutris/runners/wine" # The second is expected to contain the github api releases url # ie. "RawFox" "https://api.github.com/repos/rawfoxDE/raw-wine/releases" runner_sources=( - "RawFox" "https://api.github.com/repos/rawfoxDE/raw-wine/releases" + "RawFox" "https://api.github.com/repos/starcitizen-lug/raw-wine/releases" "Molotov/Snatella" "https://api.github.com/repos/snatella/wine-runner-sc/releases" "/dev/null" "https://api.github.com/repos/gort818/wine-sc-lug/releases" "GloriousEggroll" "https://api.github.com/repos/GloriousEggroll/wine-ge-custom/releases"