mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* Juke Build * Done * Done 2 * Test * Update * build chmod+x I hate linux so much its stupid * build chmod+x I hate linux so much its stupid 2 * e * update * Lets see what happens * NICE * Update build * GOD SAKE * :[ * YEET * Update .gitignore * Delete tgui-common.bundle.js * Delete tgui-polyfill.min.js * Revert "Delete tgui-polyfill.min.js" This reverts commit5446645db0. * Revert "Delete tgui-common.bundle.js" This reverts commit206377aaea. * Delete tgui-common.bundle.js
23 lines
465 B
Bash
23 lines
465 B
Bash
#!/bin/bash
|
|
|
|
#Project dependencies file
|
|
#Final authority on what's required to fully build the project
|
|
|
|
# byond version
|
|
# Extracted from the Dockerfile. Change by editing Dockerfile's FROM command.
|
|
export BYOND_MAJOR=514
|
|
export BYOND_MINOR=1589
|
|
|
|
#rust_g git tag
|
|
export RUST_G_VERSION=1.2.0
|
|
|
|
#node version
|
|
export NODE_VERSION=14
|
|
export NODE_VERSION_PRECISE=14.16.1
|
|
|
|
# PHP version
|
|
export PHP_VERSION=7.2
|
|
|
|
# SpacemanDMM git tag
|
|
export SPACEMAN_DMM_VERSION=suite-1.7.2
|