Simple Fortnite launcher for Windows made in Rust
Find a file
Edoardo Borgia Leiva bb08930e55 Created README.md
Added:
- Introduction section
- Contributor section
- Building section
2024-12-18 13:11:15 +01:00
.idea Initial repo files + .idea files 2024-12-15 17:45:30 +01:00
src Managed to launch game correctly 2024-12-18 02:44:51 +01:00
.gitignore Initial repo files + .idea files 2024-12-15 17:45:30 +01:00
Cargo.toml Added device_id, access_token and account_id fetcher. 2024-12-18 00:14:49 +01:00
LICENSE Initial commit 2024-12-15 16:57:21 +01:00
README.md Created README.md 2024-12-18 13:11:15 +01:00

GodoLauncher

GitHub Repo stars GitHub Downloads (all assets, all releases)

A simple Fortnite launcher for Windows made in Rust.

Contributors

  • @G4-Synix

Getting the launcher

Currently GodoLauncher is only obtainable via building the source code using cargo. Other methods will be implemented in the near future alongside its development.

Building from source

Requirements

Dependencies

Procedure

git clone https://github.com/Edoardo-B-Leiva/godo-launcher --depth 1 &&
cd godo-launcher &&
cargo build --release