forked from ApocryphaXIII/ApocryphaXIII
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependencies.sh
More file actions
36 lines (25 loc) · 730 Bytes
/
Copy pathdependencies.sh
File metadata and controls
36 lines (25 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#!/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=1659
# ! THIS IS CURRENTLY OUT OF SYNC WITH THE .DLL WHICH IS 3.6.0
#rust_g git tag
export RUST_G_VERSION=3.9.0
#node version
export NODE_VERSION_LTS=22.11.0
# SpacemanDMM git tag
export SPACEMAN_DMM_VERSION=suite-1.9
# Extools git tag
export EXTOOLS_VERSION=v0.0.7
# Python version for mapmerge and other tools
export PYTHON_VERSION=3.9.0
#dreamluau repo
export DREAMLUAU_REPO="tgstation/dreamluau"
#dreamluau git tag
export DREAMLUAU_VERSION=0.1.2
#hypnagogic repo
export CUTTER_REPO=spacestation13/hypnagogic
#hypnagogic git tag
export CUTTER_VERSION=v4.0.0