From 5df5cb210d38ab3a36e294148d2bae26b14ff06d Mon Sep 17 00:00:00 2001 From: the Sane <3657071+the-sane@users.noreply.github.com> Date: Tue, 28 Dec 2021 15:58:52 -0500 Subject: [PATCH] Update lutris install json filename --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index fa08f7b..8adec67 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -152,7 +152,7 @@ else fi # Lutris install script -install_script="$helper_dir/starcitizen-lutris-install.json" +install_script="$helper_dir/lug-lutris-install.json" # Github repo and script version info repo="starcitizen-lug/lug-helper"