diff --git a/lib/lutris-starcitizen.json b/lib/lutris-starcitizen.json index ced66fe..2aaafeb 100644 --- a/lib/lutris-starcitizen.json +++ b/lib/lutris-starcitizen.json @@ -17,7 +17,7 @@ "notes": "Performance may be choppy for the first couple minutes after visiting a new place or performing a new activity while shaders compile. Subsequent arrival should not be choppy.\r\n\r\nPlease make sure you have all Wine dependencies properly installed or your game may crash during start up. To prevent crashes in areas with lots of geometry, the game needs a resource limit named \"vm.max_map_count\" increased. See our wiki's Quick Start Guide for more information and instructions.\r\n\r\nSee you in the 'verse!", "credits": "", "created_at": "2023-03-24T06:40:19.908354Z", - "updated_at": "2024-09-24T17:31:39.938844Z", + "updated_at": "2024-09-25T19:19:25.614660Z", "draft": false, "published": true, "published_by": null, @@ -32,7 +32,7 @@ "script": { "files": [ { - "client": "https://install.robertsspaceindustries.com/rel/2/RSI%20Launcher-Setup-2.0.4.exe" + "client": "https://install.robertsspaceindustries.com/rel/2/RSI%20Launcher-Setup-2.0.5.exe" } ], "game": { diff --git a/lug-helper.sh b/lug-helper.sh index 9904893..3ab19b7 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -236,7 +236,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.4.exe" +rsi_installer="RSI Launcher-Setup-2.0.5.exe" # Github repo and script version info repo="starcitizen-lug/lug-helper"