mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-14 10:53:42 +00:00
* Change NodeJS on Windows to 64-bit, downgrade to v14.16.1 (#64513) * Change bootstrapped NodeJS on Windows from 32-bit to 64-bit * Last node version to support Win7 * Skip platform check Co-authored-by: Aleksej Komarov <stylemistake@ gmail.com> * Change NodeJS on Windows to 64-bit, downgrade to v14.16.1 Co-authored-by: William Wallace <me@wiox.me> Co-authored-by: Aleksej Komarov <stylemistake@ gmail.com>
22 lines
517 B
Bash
22 lines
517 B
Bash
#!/bin/sh
|
|
|
|
#Project dependencies file
|
|
#Final authority on what's required to fully build the project
|
|
|
|
# byond version
|
|
export BYOND_MAJOR=514
|
|
export BYOND_MINOR=1557 #SKYRAT EDIT CHANGE - Compiler failure due to insufficent memory when running previous builds.
|
|
|
|
#rust_g git tag
|
|
export RUST_G_VERSION=0.5.0
|
|
|
|
#node version
|
|
export NODE_VERSION=14
|
|
export NODE_VERSION_PRECISE=14.16.1
|
|
|
|
# SpacemanDMM git tag
|
|
export SPACEMAN_DMM_VERSION=suite-1.7.1
|
|
|
|
# Python version for mapmerge and other tools
|
|
export PYTHON_VERSION=3.7.9
|