From 270ce96b1547a1d3be089f252c0effbddb464436 Mon Sep 17 00:00:00 2001
From: Gilles <43683714+corp-0@users.noreply.github.com>
Date: Sat, 6 Jun 2026 19:36:54 -0400
Subject: [PATCH 1/2] feat: update some texts to display the new official state
---
README.md | 4 ++--
.../onboarding/firstTimeLaunchSteps/WelcomeLayout.tsx | 6 +++---
src/components/organisms/sideBar/SideBar.tsx | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index e0dc648..930eccc 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
- A lightweight, open-source alternative Unitystation launcher that aspires to be the official one.
+ The official lightweight, open-source Unitystation launcher.
@@ -20,7 +20,7 @@
## About
-Pudu Launcher is a desktop application for downloading and managing your Unitystation installations. Heavily inspired by [Stationhub](https://github.com/unitystation/stationhub), it aims to deliver a better user experience and reliability than its predecessor.
+Pudu Launcher is the official desktop application for downloading and managing your Unitystation installations. Succeeding [Stationhub](https://github.com/unitystation/stationhub), it delivers a better user experience and reliability than its predecessor.
Available for **Windows**, **Linux** (deb, rpm), and **macOS**.
diff --git a/src/components/layouts/onboarding/firstTimeLaunchSteps/WelcomeLayout.tsx b/src/components/layouts/onboarding/firstTimeLaunchSteps/WelcomeLayout.tsx
index 817a3d1..7995423 100644
--- a/src/components/layouts/onboarding/firstTimeLaunchSteps/WelcomeLayout.tsx
+++ b/src/components/layouts/onboarding/firstTimeLaunchSteps/WelcomeLayout.tsx
@@ -43,11 +43,11 @@ export default function WelcomeLayout(props: OnboardingStepComponentProps): JSX.
>
Welcome to PuduLauncher!
- Thanks for being here. Our goal is simple: deliver a smoother, more polished Unitystation
- launcher experience, and grow into the official launcher over time.
+ Thanks for being here! Pudu is the official Unitystation launcher, built to get you into
+ the game faster and with less hassle. Let's get you set up.
- If you have any suggestion, don't hesitate to let Gilles know on{" "}
+ Need help or have a question? Reach out on{" "}
void openDiscord(event)}>
Unitystation's Discord
.
diff --git a/src/components/organisms/sideBar/SideBar.tsx b/src/components/organisms/sideBar/SideBar.tsx
index e009a7e..e66d70c 100644
--- a/src/components/organisms/sideBar/SideBar.tsx
+++ b/src/components/organisms/sideBar/SideBar.tsx
@@ -21,7 +21,7 @@ export default function SideBar() {
Pudu Launcher
- Alternative Unitystation Launcher
+ Unitystation Official Launcher
From 493a696cdb126de76c6e8e38ad374bd9770257a2 Mon Sep 17 00:00:00 2001
From: Gilles <43683714+corp-0@users.noreply.github.com>
Date: Sat, 6 Jun 2026 19:38:31 -0400
Subject: [PATCH 2/2] fix: update CDN URL
---
src-dotnet/PuduLauncher/Constants/Api.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src-dotnet/PuduLauncher/Constants/Api.cs b/src-dotnet/PuduLauncher/Constants/Api.cs
index 1a61bee..ed88b6b 100644
--- a/src-dotnet/PuduLauncher/Constants/Api.cs
+++ b/src-dotnet/PuduLauncher/Constants/Api.cs
@@ -9,7 +9,7 @@ public static class Api
public static string Latest10VersionsUrl => $"{ChangelogBaseUrl}/all-changes?format=json&limit=10";
public static string LatestBlogPosts => $"{ChangelogBaseUrl}/posts/?format=json";
public static string BuildsRegistry => $"{ChangelogBaseUrl}/all-builds";
- public static string CdnBaseUrl => "https://unitystationfile.b-cdn.net";
+ public static string CdnBaseUrl => "https://cdn.unitystation.org";
public static string GoodFilesBaseUrl => $"{CdnBaseUrl}/GoodFiles";
public static string AllowedGoodFilesUrl => $"{GoodFilesBaseUrl}/AllowGoodFiles.json";