Bootstrapper Source for syntax.eco
Go to file
PrintedScript 2e2bc87682 fixed typo 2024-01-21 00:14:07 +08:00
.cargo Commit 2023-09-05 13:49:58 +08:00
.github/workflows fix actions unable to upload 2024-01-20 21:50:45 +08:00
assets Commit 2023-09-05 13:49:58 +08:00
src fixed typo 2024-01-21 00:14:07 +08:00
tools Commit 2023-09-05 13:49:58 +08:00
.gitignore Commit 2023-09-05 13:49:58 +08:00
Cargo.lock improvements 2024-01-20 21:43:50 +08:00
Cargo.toml improvements 2024-01-20 21:43:50 +08:00
LICENSE Create LICENSE 2023-09-05 13:57:18 +08:00
build.rs Revert "Merge pull request #4 from MojaveMF/main" 2023-11-05 00:32:31 +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