From 8417fd997ec5fd07584b57afc6e3213af08b12c0 Mon Sep 17 00:00:00 2001 From: KawaiiYusora Date: Tue, 18 Mar 2025 16:38:49 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(MaiLauncher.bat):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20`.env.prod`=20=E6=96=87=E4=BB=B6=E5=A4=8D?= =?UTF-8?q?=E5=88=B6=E8=B7=AF=E5=BE=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MaiLauncher.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MaiLauncher.bat b/MaiLauncher.bat index 766bfbfb5..619f9c65d 100644 --- a/MaiLauncher.bat +++ b/MaiLauncher.bat @@ -430,7 +430,7 @@ if not exist config/bot_config.toml ( ) if not exist .env.prod ( - copy /Y "template\.env.prod" ".env.prod" + copy /Y "template.env" ".env.prod" ) start python webui.py