From f98337970e250ce73d846568bfad37f03e43d932 Mon Sep 17 00:00:00 2001 From: tsxc Date: Sun, 26 Jan 2025 16:02:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=84=9A=E6=9C=AC=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/script.py b/script.py index ee061e6..2851443 100644 --- a/script.py +++ b/script.py @@ -61,4 +61,7 @@ for child in root: order+=1 -os.system("builder build") \ No newline at end of file +os.system("builder build") +os.system("git add output.xaml -f") +os.system("git commit -m \"更新output.xaml\"") +os.system("git push") \ No newline at end of file