From 8e28327e0f2e72973390b10e3c279d73c856bf2a Mon Sep 17 00:00:00 2001 From: Termuellinator Date: Thu, 6 Jan 2022 15:10:10 +0100 Subject: [PATCH] added /usr/share/lug-helper path for lutris json for easier packaging --- lug-helper.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 59e032c..233ff0e 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -151,7 +151,8 @@ else lug_logo="info" fi -# Lutris install script +# Use Lutris install script installed by a packaged version of this script if available +# Otherwise, default to the json in the same directory if [ -f "/usr/share/lug-helper/lug-lutris-install.json" ]; then install_script="/usr/share/lug-helper/lug-lutris-install.json" else