mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-09 10:07:13 +00:00
36 lines
700 B
Bash
Executable File
36 lines
700 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Project depdendencies file
|
|
# Final authority on what's used to build.
|
|
|
|
#Project dependencies file
|
|
#Final authority on what's required to fully build the project
|
|
|
|
# byond version
|
|
export BYOND_MAJOR=516
|
|
export BYOND_MINOR=1659
|
|
|
|
#rust_g git tag
|
|
export RUST_G_VERSION=3.0.0-experimental-graph-ops
|
|
|
|
#node version
|
|
export NODE_VERSION_LTS=22.19.0
|
|
|
|
# SpacemanDMM git tag
|
|
export SPACEMAN_DMM_VERSION=suite-1.11
|
|
|
|
# Python version for mapmerge and other tools
|
|
export PYTHON_VERSION=3.12.0
|
|
|
|
# MariaDB version
|
|
export MARIADB_VERSION=11.8.2
|
|
|
|
# Flyway version
|
|
export FLYWAY_VERSION=11.0.1
|
|
|
|
#hypnagogic repo
|
|
export CUTTER_REPO=spacestation13/hypnagogic
|
|
|
|
#hypnagogic git tag
|
|
export CUTTER_VERSION=v4.0.0
|