mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
34 lines
620 B
Bash
34 lines
620 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=1633
|
|
|
|
#rust_g git tag
|
|
export RUST_G_VERSION=3.1.0
|
|
|
|
#node version
|
|
export NODE_VERSION=20
|
|
export NODE_VERSION_LTS=20.12.0
|
|
|
|
# SpacemanDMM git tag
|
|
export SPACEMAN_DMM_VERSION=suite-1.8
|
|
|
|
# Python version for mapmerge and other tools
|
|
export PYTHON_VERSION=3.9.0
|
|
|
|
#auxlua repo
|
|
export AUXLUA_REPO=tgstation/auxlua
|
|
|
|
#auxlua git tag
|
|
export AUXLUA_VERSION=1.4.4
|
|
|
|
#hypnagogic repo
|
|
export CUTTER_REPO=actioninja/hypnagogic
|
|
|
|
#hypnagogic git tag
|
|
export CUTTER_VERSION=v3.0.1
|