Bootstrapper Source for syntax.eco
Go to file
PrintedScript 35b9172a6a 2020Support 2023-10-15 18:13:13 +08:00
.cargo Commit 2023-09-05 13:49:58 +08:00
assets Commit 2023-09-05 13:49:58 +08:00
src 2020Support 2023-10-15 18:13:13 +08:00
tools Commit 2023-09-05 13:49:58 +08:00
.gitignore Commit 2023-09-05 13:49:58 +08:00
Cargo.lock 2020Support 2023-10-15 18:13:13 +08:00
Cargo.toml 2020Support 2023-10-15 18:13:13 +08: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