Rename install and prelaunch scripts

This commit is contained in:
the-sane
2023-03-24 18:10:37 -04:00
parent 3712b116c7
commit 3329f199e5
2 changed files with 5 additions and 5 deletions

View File

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