Simple Fortnite launcher for Windows made in Rust
Find a file
2024-12-18 17:00:49 +01:00
.idea Initial repo files + .idea files 2024-12-15 17:45:30 +01:00
src Removed discarded code 2024-12-18 16:19:56 +01:00
.gitignore Initial repo files + .idea files 2024-12-15 17:45:30 +01:00
app_icon.ico Added app_icon.ico to target executable. 2024-12-18 16:57:29 +01:00
build.rs Added app_icon.ico to target executable. 2024-12-18 16:57:29 +01:00
Cargo.toml Removed unused serde_json dependency crate. 2024-12-18 17:00: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