From d034b9bb155b4c3023672a587bd066b38a9f5950 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sun, 22 Jan 2023 11:30:39 -0500 Subject: [PATCH] Add todo to remove with the next Lutris release --- lug-helper.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lug-helper.sh b/lug-helper.sh index ec708c8..ed0d0c3 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -818,6 +818,7 @@ lutris_check() { return 1 fi + # TODO: This was reported and fixed. Verify and remove when v0.5.13 is released if [ "$(pgrep -f lutris)" ]; then preflight_fail+=("Unable to detect Lutris version info while it is running.\nVersion $lutris_required or newer is required.") return 1