diff --git a/lib/lutris-starcitizen.json b/lib/lutris-starcitizen.json index db6ba82..d19e3c0 100644 --- a/lib/lutris-starcitizen.json +++ b/lib/lutris-starcitizen.json @@ -32,7 +32,7 @@ "script": { "files": [ { - "client": "https://install.robertsspaceindustries.com/rel/2/RSI%20Launcher-Setup-2.0.2.exe" + "client": "https://install.robertsspaceindustries.com/rel/2/RSI%20Launcher-Setup-2.0.3.exe" } ], "game": { diff --git a/lug-helper.sh b/lug-helper.sh index 727de77..1b5fc7c 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -229,7 +229,7 @@ lug_wiki="https://starcitizen-lug.github.io" lug_wiki_nixos="https://github.com/starcitizen-lug/knowledge-base/wiki/Tips-and-Tricks#nixos-tweaks" # RSI Installer version -rsi_installer="RSI Launcher-Setup-2.0.2.exe" +rsi_installer="RSI Launcher-Setup-2.0.3.exe" # Github repo and script version info repo="starcitizen-lug/lug-helper"