A bootstrapper written in Rust meant to replace the old Roblox Launcher
For Windows:
win-build-release.bat
For Linux:
cargo build --release
If you want to build the debug version of the bootstrapper for development you can run
cargo build
For Intel Mac:
cargo build --release --target=x86_64-apple-darwin
If you want to build the debug version of the bootstrapper for development you can run
cargo build --target=x86_64-apple-darwin