From f9c85e277c8aa6acd513a4b0f4ecfb7dc3acf19a Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:32:21 -0400 Subject: [PATCH] Update installer to 2.0.4 --- lib/lutris-starcitizen.json | 4 ++-- lug-helper.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/lutris-starcitizen.json b/lib/lutris-starcitizen.json index 545721e..ced66fe 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-05T17:58:37.422986Z", + "updated_at": "2024-09-24T17:31:39.938844Z", "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.3.exe" + "client": "https://install.robertsspaceindustries.com/rel/2/RSI%20Launcher-Setup-2.0.4.exe" } ], "game": { diff --git a/lug-helper.sh b/lug-helper.sh index 175fc95..9fad6de 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.3.exe" +rsi_installer="RSI Launcher-Setup-2.0.4.exe" # Github repo and script version info repo="starcitizen-lug/lug-helper"