mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-18 22:22:09 +00:00
* Linter diagnostics + bans non-var relative pathing * Enable DreamChecker Annotations * make it executable * update hashFiles * oops * tries to fix it... again * trying again * path * repath * fix perms * fixes weird capitalisation issue
11 lines
300 B
Bash
11 lines
300 B
Bash
# This file has all the information on what versions of libraries are thrown into the code
|
|
# For dreamchecker
|
|
export SPACEMAN_DMM_VERSION=suite-1.7
|
|
# For NanoUI + TGUI
|
|
export NODE_VERSION=12
|
|
# Byond Major
|
|
export BYOND_MAJOR=513
|
|
# Byond Minor
|
|
export BYOND_MINOR=1528
|
|
# Macro Count
|
|
export MACRO_COUNT=4 |