mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
10 lines
205 B
Batchfile
10 lines
205 B
Batchfile
@echo off
|
|
rem Cheridan asked for this. - N3X
|
|
python ../python_version_check.py
|
|
if ERRORLEVEL 1 (
|
|
pause
|
|
exit
|
|
)
|
|
call python ss13_genchangelog.py ../../html/changelog.html ../../html/changelogs
|
|
pause
|