mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-11-11 04:07:50 +00:00
added /usr/share/lug-helper path for lutris json for easier packaging
This commit is contained in:
parent
809efb6a54
commit
156a0884d4
@ -152,7 +152,11 @@ else
|
||||
fi
|
||||
|
||||
# Lutris install script
|
||||
install_script="$helper_dir/lug-lutris-install.json"
|
||||
if [ -f "/usr/share/lug-helper/lug-lutris-install.json" ]; then
|
||||
install_script="/usr/share/lug-helper/lug-lutris-install.json"
|
||||
else
|
||||
install_script="$helper_dir/lug-lutris-install.json"
|
||||
fi
|
||||
|
||||
# Github repo and script version info
|
||||
repo="starcitizen-lug/lug-helper"
|
||||
|
Loading…
Reference in New Issue
Block a user