mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
39 lines
698 B
Bash
39 lines
698 B
Bash
#!/bin/sh
|
|
|
|
#Project dependencies file
|
|
#Final authority on what's required to fully build the project
|
|
|
|
# byond version
|
|
export BYOND_MAJOR=516
|
|
export BYOND_MINOR=1667
|
|
|
|
# Macro Count
|
|
export MACRO_COUNT=6
|
|
|
|
#rust_g git tag
|
|
export RUST_G_VERSION=4.0.0
|
|
|
|
# node version
|
|
export NODE_VERSION_LTS=22.14.0
|
|
|
|
# Bun version
|
|
export BUN_VERSION=1.2.21
|
|
|
|
# SpacemanDMM git tag
|
|
export SPACEMAN_DMM_VERSION=suite-1.11
|
|
|
|
# Python version for mapmerge and other tools
|
|
export PYTHON_VERSION=3.12.3
|
|
|
|
#dreamluau repo
|
|
export DREAMLUAU_REPO="tgstation/dreamluau"
|
|
|
|
#dreamluau git tag
|
|
export DREAMLUAU_VERSION=0.1.4
|
|
|
|
#hypnagogic repo
|
|
export CUTTER_REPO=spacestation13/hypnagogic
|
|
|
|
#hypnagogic git tag
|
|
export CUTTER_VERSION=v5.0.0
|