mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 01:52:15 +00:00
24 lines
504 B
JSON
24 lines
504 B
JSON
{
|
|
"documentation": "aurorastation config for TGS3.",
|
|
"changelog": {
|
|
"script": "tools/GenerateChangelog/ss13_genchangelog.py",
|
|
"arguments": "html/changelog.html html/changelogs",
|
|
"pip_dependancies": [
|
|
"PyYaml",
|
|
"beautifulsoup4"
|
|
]
|
|
},
|
|
"synchronize_paths": [
|
|
"html/changelog.html",
|
|
"html/changelogs/*"
|
|
],
|
|
"static_directories": [
|
|
"config",
|
|
"data",
|
|
"dynamic_maps"
|
|
],
|
|
"dlls": [
|
|
"libmysql.dll"
|
|
]
|
|
}
|