diff --git a/tgstation-server/Update Server.bat b/tgstation-server/Update Server.bat index 8510f5f6885a..7c17558d719a 100644 --- a/tgstation-server/Update Server.bat +++ b/tgstation-server/Update Server.bat @@ -36,7 +36,7 @@ if %GIT_EXIT% neq 0 ( ) if defined PUSHCHANGELOGTOGIT ( echo compiling change log - python tools\ss13_genchangelog.py html/changelog.html html/changelogs + python tools\ss13_genchangelog.py html/changelogs if %ERRORLEVEL% == 0 ( echo pushing compiled changelog to server git add -u html/changelog.html @@ -58,7 +58,7 @@ call bin\copyfromgit.bat if not defined PUSHCHANGELOGTOGIT ( echo compiling change log cd gamecode\%AB% - call python tools\ss13_genchangelog.py html/changelog.html html/changelogs + call python tools\ss13_genchangelog.py html/changelogs cd ..\.. ) @@ -84,4 +84,4 @@ rmdir /q gamefolder mklink /d gamefolder gamecode\%AB% >nul python bot\nudge.py %UPDATE_LOG_CHANNEL% "Update job finished. Update will take place next round." >nul 2>nul echo Done. The update will automatically take place at round restart. -timeout 300 \ No newline at end of file +timeout 300 diff --git a/tgstation-server/install.bat b/tgstation-server/install.bat index e6089b04974e..3d78efb807bf 100644 --- a/tgstation-server/install.bat +++ b/tgstation-server/install.bat @@ -68,13 +68,13 @@ echo Compiling for the first time. echo Compiling change log. cd gamecode\a -call python tools\ss13_genchangelog.py html/changelog.html html/changelogs +call python tools\ss13_genchangelog.py html/changelogs cd ..\.. echo Compiling game. call bin\build.bat if %DM_EXIT% neq 0 echo DM compile failed. -echo Done. You may start the server using the start server program or change the game config in gamedata\config +echo Done. You may start the server using the start server program or change the game config in gamedata\config pause -:ABORT \ No newline at end of file +:ABORT diff --git a/tools/tgs4_scripts/PreSynchronize.ps1 b/tools/tgs4_scripts/PreSynchronize.ps1 index ff8aaf9b7947..db8f0a304305 100644 --- a/tools/tgs4_scripts/PreSynchronize.ps1 +++ b/tools/tgs4_scripts/PreSynchronize.ps1 @@ -12,7 +12,7 @@ if(!$?){ } Write-Host "Running changelog script..." -python3 tools/ss13_genchangelog.py html/changelog.html html/changelogs +python3 tools/ss13_genchangelog.py html/changelogs if(!$?){ Write-Host "python3 returned non-zero!" exit $LASTEXITCODE diff --git a/tools/tgs4_scripts/PreSynchronize.sh b/tools/tgs4_scripts/PreSynchronize.sh index 3044b2ba2a00..63091bf4b30b 100755 --- a/tools/tgs4_scripts/PreSynchronize.sh +++ b/tools/tgs4_scripts/PreSynchronize.sh @@ -26,7 +26,7 @@ pip3 install PyYaml beautifulsoup4 cd $1 echo "Running changelog script..." -python3 tools/ss13_genchangelog.py html/changelog.html html/changelogs +python3 tools/ss13_genchangelog.py html/changelogs echo "Committing changes..." git add html