mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
29 lines
570 B
Bash
29 lines
570 B
Bash
#!/bin/sh
|
|
|
|
#Project dependencies file
|
|
#Final authority on what's required to fully build the project
|
|
|
|
# byond version
|
|
export BYOND_MAJOR=515
|
|
export BYOND_MINOR=1634
|
|
|
|
#rust_g git tag
|
|
export RUST_G_VERSION=3.3.0
|
|
|
|
#node version
|
|
export NODE_VERSION_LTS=20.13.0
|
|
# compatiblility mode MUST work with windows 7
|
|
export NODE_VERSION_COMPAT=20.2.0
|
|
|
|
# SpacemanDMM git tag
|
|
export SPACEMAN_DMM_VERSION=suite-1.9
|
|
|
|
# Python version for mapmerge and other tools
|
|
export PYTHON_VERSION=3.9.0
|
|
|
|
# Auxmos git tag
|
|
export AUXMOS_VERSION=v2.5.1
|
|
|
|
# Extools git tag
|
|
export EXTOOLS_VERSION=v0.0.7
|