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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Clone the repo and install npm dependencies:

```bash
git clone https://github.com/corp-0/PuduLauncher.git
git clone https://github.com/unitystation/PuduLauncher.git
cd PuduLauncher
npm install
```
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2026 corp-0
Copyright (c) 2026 Unitystation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</p>

<p align="center">
<a href="https://github.com/corp-0/PuduLauncher/releases/latest">
<img src="https://img.shields.io/github/v/release/corp-0/PuduLauncher?style=for-the-badge&label=Download%20Latest&logo=github&color=28a745" alt="Download Latest Release" />
<a href="https://github.com/unitystation/PuduLauncher/releases/latest">
<img src="https://img.shields.io/github/v/release/unitystation/PuduLauncher?style=for-the-badge&label=Download%20Latest&logo=github&color=28a745" alt="Download Latest Release" />
</a>
&nbsp;
<a href="https://aur.archlinux.org/packages/pudu-launcher-git">
Expand Down Expand Up @@ -37,7 +37,7 @@ Available for **Windows**, **Linux** (deb, rpm), and **macOS**.

## Getting Started

Head to the [latest release](https://github.com/corp-0/PuduLauncher/releases/latest) page, download the installer for your platform, and run it. The launcher includes built-in auto-updates on Windows, so you'll always stay on the latest version. Linux users can install from the [AUR](https://aur.archlinux.org/packages/pudu-launcher-git) or download the `.deb`/`.rpm` package from the releases page.
Head to the [latest release](https://github.com/unitystation/PuduLauncher/releases/latest) page, download the installer for your platform, and run it. The launcher includes built-in auto-updates on Windows, so you'll always stay on the latest version. Linux users can install from the [AUR](https://aur.archlinux.org/packages/pudu-launcher-git) or download the `.deb`/`.rpm` package from the releases page.

## Contributing

Expand Down
56 changes: 0 additions & 56 deletions package.json.tmp.33112.1771184692849

This file was deleted.

2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDREMjI1NkJEOEQ2OEFFMjcKUldRbnJtaU52VllpVGR2YXVWLzZlSW9rUVU3ZWtwWUgwTEV1dVI5M04xdVNvVWNmUXRVS1hOSVMK",
"endpoints": [
"https://github.com/corp-0/PuduLauncher/releases/latest/download/latest.json"
"https://github.com/unitystation/PuduLauncher/releases/latest/download/latest.json"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/contextProviders/UpdateContextProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { useStableRef } from "../hooks/useStableRef";

type UpdateStatus = "checking" | "no-update" | "update-available" | "downloading" | "installing" | "error";

const RELEASES_URL = "https://github.com/corp-0/PuduLauncher/releases/latest";
const RELEASES_URL = "https://github.com/unitystation/PuduLauncher/releases/latest";

interface UpdateContextValue {
status: UpdateStatus;
Expand Down
Loading