Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</h1>

<p align="center">
A lightweight, open-source alternative Unitystation launcher that aspires to be the official one.
The official lightweight, open-source Unitystation launcher.
</p>

<p align="center">
Expand All @@ -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**.

Expand Down
2 changes: 1 addition & 1 deletion src-dotnet/PuduLauncher/Constants/Api.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ export default function WelcomeLayout(props: OnboardingStepComponentProps): JSX.
>
<Typography level="h2">Welcome to PuduLauncher!</Typography>
<Typography level="body-md">
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&apos;s get you set up.
</Typography>
<Typography level="body-md">
If you have any suggestion, don&apos;t hesitate to let Gilles know on{" "}
Need help or have a question? Reach out on{" "}
<Link href={UNITYSTATION_DISCORD_URL} onClick={(event) => void openDiscord(event)}>
Unitystation&apos;s Discord
</Link>.
Expand Down
2 changes: 1 addition & 1 deletion src/components/organisms/sideBar/SideBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function SideBar() {
<Stack direction="column" alignItems="center" spacing={2}>
<Typography level="title-lg">Pudu Launcher</Typography>
<Typography level="body-sm" sx={{ color: "text.secondary", mt: 0.5 }}>
Alternative Unitystation Launcher
Unitystation Official Launcher
</Typography>
<Divider />
</Stack>
Expand Down
Loading