mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 03:21:30 +00:00
Adds TG's mapmerge2, a new TGM-compatible merger that handles things like dictionary expansion much better than the old tool, as well as supporting a git merge hook for map files. This PR does not remove the old merger as this one is more annoying to setup.
4 lines
58 B
Batchfile
4 lines
58 B
Batchfile
@echo off
|
|
python -m pip install -r requirements.txt
|
|
pause
|