Bootstrapper Source for syntax.eco
Go to file
PrintedScript 66d814e4a5
Merge pull request #3 from MojaveMF/main
Fixed format being used incorectly
2023-11-04 19:28:05 +08:00
.cargo Commit 2023-09-05 13:49:58 +08:00
assets Commit 2023-09-05 13:49:58 +08:00
src Removed bad format macro use 2023-11-04 11:20:36 +00:00
tools Commit 2023-09-05 13:49:58 +08:00
.gitignore Commit 2023-09-05 13:49:58 +08:00
Cargo.lock Added async login and switched some functions 2023-11-03 18:28:54 +00:00
Cargo.toml Added async login and switched some functions 2023-11-03 18:28:54 +00:00
LICENSE Create LICENSE 2023-09-05 13:57:18 +08:00
build.rs Commit 2023-09-05 13:49:58 +08:00
readme.md Commit 2023-09-05 13:49:58 +08:00
win-build-release.bat Commit 2023-09-05 13:49:58 +08:00

readme.md

Syntax Boostrapper

A bootstrapper written in Rust meant to replace the old Roblox Launcher

You are welcome to add support to other platforms ( MacOS ) or add improvements to the bootstrapper

Building

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