mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
8 lines
196 B
Batchfile
8 lines
196 B
Batchfile
@echo off
|
|
echo Installing hooks for next time...
|
|
call "%~dp0\..\bootstrap\python.bat" -m hooks.install
|
|
echo.
|
|
echo Fixing things up...
|
|
call "%~dp0\..\bootstrap\python.bat" -m mapmerge2.fixup
|
|
pause
|