/
githubmirror
/
vgstation13
Обзор
Документация
Войти
/
githubmirror
/
vgstation13
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
Bleeding-Edge
dependencies.sh
23 строки
542 B
Inorien
fix 404 on node download (#37691)
08 июн 2025, 09:41
Не верифицирован
08 июн 2025, 09:41
e5277e4
Код
Авторство
О чём код?
#!/bin/sh #Project dependencies file #TODO: Make the Github Actions CI workflow actually use these and #uncomment the entries as they become needed/used. #Currently, this is only used by build.cmd and TGS quick setup # byond version #export BYOND_MAJOR=516 #export BYOND_MINOR=1659 #node version export NODE_VERSION=16 export NODE_VERSION_PRECISE=22.10.0 # SpacemanDMM git tag #export SPACEMAN_DMM_VERSION=suite-1.7.1 # Python version for mapmerge and other tools export PYTHON_VERSION=3.9.0 #rust_g git tag export RUST_G_VERSION=3.0.0