Bootstrapper Source for syntax.eco
Go to file
mojavemf fbf1b9241b Added build config 2024-01-09 18:19:02 +00:00
.cargo Commit 2023-09-05 13:49:58 +08:00
assets Added build config 2024-01-09 18:19:02 +00:00
src Added build config 2024-01-09 18:19:02 +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 build config 2024-01-09 18:19:02 +00:00
Cargo.toml Added build config 2024-01-09 18:19:02 +00:00
LICENSE Create LICENSE 2023-09-05 13:57:18 +08:00
build.rs Added build config 2024-01-09 18:19:02 +00:00
build.yaml Added build config 2024-01-09 18:19:02 +00: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