mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
* Makes code 513.1537 compliant * Apply suggestions from code review Co-authored-by: Farie82 <joepvelden@hotmail.com> Co-authored-by: Farie82 <joepvelden@hotmail.com>
12 lines
357 B
Bash
12 lines
357 B
Bash
# This file has all the information on what versions of libraries are thrown into the code
|
|
# For dreamchecker
|
|
export SPACEMANDMM_TAG=suite-1.6
|
|
# For TGUI
|
|
export NODE_VERSION=12
|
|
# Byond Major
|
|
export BYOND_MAJOR=513
|
|
# Byond Minor
|
|
export BYOND_MINOR=1537
|
|
# For the RUSTG library. Not actually installed by CI but kept as a reference
|
|
export RUSTG_VERSION=2.1-P
|