mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-20 10:37:17 +01:00
* What in the heck is this * Tweaks I should have made before opening the PR * gah * Fix if () spacing issue * Use the proper package
18 lines
584 B
Bash
18 lines
584 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.9
|
|
# For TGUI
|
|
export NODE_VERSION=20
|
|
# Stable Byond Major
|
|
export STABLE_BYOND_MAJOR=515
|
|
# Stable Byond Minor
|
|
export STABLE_BYOND_MINOR=1633
|
|
# Beta Byond Major - Uncomment and update if beta cycle active
|
|
export BETA_BYOND_MAJOR=516
|
|
# Beta Byond Minor - Uncomment and update if beta cycle active
|
|
export BETA_BYOND_MINOR=1657
|
|
# Python version for mapmerge and other tools
|
|
export PYTHON_VERSION=3.11.6
|
|
# RUSTG version
|
|
export RUSTG_VERSION=v3.4.0-P
|