From f7b96f167ff0e1da7f16ef8e20012773afcfb44a Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:56:43 -0400 Subject: [PATCH] Update launcher version --- lib/lutris-starcitizen.json | 2 +- lug-helper.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"