mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 16:44:23 +00:00
added /usr/share/lug-helper path for lutris json for easier packaging
This commit is contained in:
parent
156a0884d4
commit
8e28327e0f
@ -151,7 +151,8 @@ else
|
|||||||
lug_logo="info"
|
lug_logo="info"
|
||||||
fi
|
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
|
if [ -f "/usr/share/lug-helper/lug-lutris-install.json" ]; then
|
||||||
install_script="/usr/share/lug-helper/lug-lutris-install.json"
|
install_script="/usr/share/lug-helper/lug-lutris-install.json"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user