added /usr/share/lug-helper path for lutris json for easier packaging

This commit is contained in:
Termuellinator 2022-01-06 15:10:10 +01:00
parent 156a0884d4
commit 8e28327e0f

View File

@ -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