diff --git a/lug-helper.sh b/lug-helper.sh index 4823d6b..77ccf90 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -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 ########################################################### diff --git a/lutris-sc-install.json b/lutris-sc-install.json index a4f77aa..826145b 100644 --- a/lutris-sc-install.json +++ b/lutris-sc-install.json @@ -35,7 +35,7 @@ "client": "https://install.robertsspaceindustries.com/star-citizen/RSI-Setup-1.6.5.exe" }, { - "prelaunch": "https://raw.githubusercontent.com/starcitizen-lug/lug-helper/master/sc-prelaunch.sh" + "prelaunch": "https://raw.githubusercontent.com/starcitizen-lug/lug-helper/master/lutris-sc-prelaunch.sh" } ], "game": { @@ -95,7 +95,7 @@ "__GL_SHADER_DISK_CACHE_SIZE": 1073741824, "__GL_THREADED_OPTIMIZATIONS": 1, "SteamGameId:": "starcitizen", - "prelaunch_command": "$GAMEDIR/sc-prelaunch.sh" + "prelaunch_command": "$GAMEDIR/lutris-sc-prelaunch.sh" }, "prefer_system_libs": false },