From 366fe49233e6fc9af9cec8dd2e2799235e5f396c Mon Sep 17 00:00:00 2001 From: Noa Second Date: Mon, 3 Jun 2024 12:40:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20CI=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/addCopyright.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/addCopyright.py b/utils/addCopyright.py index 5075105..dee160c 100644 --- a/utils/addCopyright.py +++ b/utils/addCopyright.py @@ -37,7 +37,8 @@ def add_comment_to_file(file_path, comment): comments['.html'], comments['.yml'], comments['.css'], - comments['.sql'] + comments['.sql'], + comments['.bat'], ), '', content) # Remove trailing empty lines