mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* update byond version * do some fixes to shuttles * do some fixes to shuttles * check there too
25 lines
507 B
Bash
Executable File
25 lines
507 B
Bash
Executable File
#!/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=1.2.0-yogs1
|
|
|
|
#node version
|
|
export NODE_VERSION=14
|
|
export NODE_VERSION_PRECISE=14.16.1
|
|
|
|
# SpacemanDMM git tag
|
|
export SPACEMAN_DMM_VERSION=suite-1.8
|
|
|
|
# Python version for mapmerge and other tools
|
|
export PYTHON_VERSION=3.9.0
|
|
|
|
# Auxmos git tag
|
|
export AUXMOS_VERSION=7854a9e0170189b5293018286de91521c2054026
|