mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-29 18:31:03 +00:00
11 lines
295 B
Bash
11 lines
295 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.4
|
|
# For NanoUI + TGUI
|
|
export NODE_VERSION=12
|
|
# Byond Major
|
|
export BYOND_MAJOR=513
|
|
# Byond Minor
|
|
export BYOND_MINOR=1528
|
|
# Macro Count
|
|
export MACRO_COUNT=4 |