From acb945c66327bcda01ef7e1ac06722d7b7545f2b Mon Sep 17 00:00:00 2001 From: Selis Date: Mon, 17 Jul 2023 21:33:17 +0200 Subject: [PATCH] fix: Use correct changelog script --- tools/GenerateChangelog/makeChangelog_ch.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/GenerateChangelog/makeChangelog_ch.bat b/tools/GenerateChangelog/makeChangelog_ch.bat index cc36f352b3..9f45c6f8c8 100644 --- a/tools/GenerateChangelog/makeChangelog_ch.bat +++ b/tools/GenerateChangelog/makeChangelog_ch.bat @@ -1,4 +1,4 @@ @echo off rem Cheridan asked for this. - N3X -call python ss13_genchangelog.py ../../html/changelogs_ch +call python ss13_genchangelog_ch.py ../../html/changelogs_ch pause