Substituted old username with new one in URLs and mentions

This commit is contained in:
Marta Borgia Leiva 2025-10-03 11:12:26 +02:00 committed by GitHub
parent 1de640eec0
commit a96f007e4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,9 +4,9 @@
A simple **unoffical** open-source Fortnite launcher for Windows made in Rust with multi-account support. A simple **unoffical** open-source Fortnite launcher for Windows made in Rust with multi-account support.
![GitHub License](https://img.shields.io/github/license/Edoardo-b-leiva/godo-launcher?style=for-the-badge) ![GitHub License](https://img.shields.io/github/license/a-mayb3/godo-launcher?style=for-the-badge)
![GitHub Repo stars](https://img.shields.io/github/stars/Edoardo-B-Leiva/godo-launcher?style=for-the-badge&label=GitHub%20stars) ![GitHub Repo stars](https://img.shields.io/github/stars/a-mayb3/godo-launcher?style=for-the-badge&label=GitHub%20stars)
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/Edoardo-B-Leiva/godo-launcher/total?style=for-the-badge&label=Downloads) ![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/a-mayb3/godo-launcher/total?style=for-the-badge&label=Downloads)
> [!Caution] > [!Caution]
> Use at your own risk! > Use at your own risk!
@ -16,7 +16,7 @@ A simple **unoffical** open-source Fortnite launcher for Windows made in Rust wi
> We **do not take responsibility** for any liability issue *(such as: In-game ban, account ban)* > We **do not take responsibility** for any liability issue *(such as: In-game ban, account ban)*
## Contributors ## Contributors
- ***(Code Owner)*** [@Edoardo-B-Leiva](https://github.com/Edoardo-B-Leiva/) - ***(Code Owner)*** [@a-mayb3](https://github.com/a-mayb3/)
- [@G4-Synix](https://github.com/G4-Synix) - [@G4-Synix](https://github.com/G4-Synix)
### Special thanks: ### Special thanks:
@ -40,7 +40,7 @@ A simple **unoffical** open-source Fortnite launcher for Windows made in Rust wi
#### Procedure #### Procedure
```powershell ```powershell
git clone https://github.com/Edoardo-B-Leiva/godo-launcher --depth 1 && git clone https://github.com/a-mayb3/godo-launcher --depth 1 &&
cd godo-launcher && cd godo-launcher &&
cargo build --release cargo build --release
``` ```