mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-07-03 01:50:50 +00:00
Rename install and prelaunch scripts
This commit is contained in:
@ -155,10 +155,10 @@ fi
|
||||
|
||||
# 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"
|
||||
if [ -f "/usr/share/lug-helper/lutris-sc-install.json" ]; then
|
||||
install_script="/usr/share/lug-helper/lutris-sc-install.json"
|
||||
else
|
||||
install_script="$helper_dir/lug-lutris-install.json"
|
||||
install_script="$helper_dir/lutris-sc-install.json"
|
||||
fi
|
||||
|
||||
######## Runners ###########################################################
|
||||
|
Reference in New Issue
Block a user