mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-20 15:21:29 +00:00
16 lines
452 B
Bash
16 lines
452 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.7.1
|
|
# For TGUI
|
|
export NODE_VERSION=18
|
|
# Stable Byond Major
|
|
export STABLE_BYOND_MAJOR=514
|
|
# Stable Byond Minor
|
|
export STABLE_BYOND_MINOR=1589
|
|
# Beta Byond Major
|
|
export BETA_BYOND_MAJOR=515
|
|
# Beta Byond Minor
|
|
export BETA_BYOND_MINOR=1610
|
|
# Python version for mapmerge and other tools
|
|
export PYTHON_VERSION=3.11.6
|