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-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";
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.
>