🐛 fix(MaiLauncher.bat): 修复 `.env.prod` 文件复制路径错误

pull/478/head
KawaiiYusora 2025-03-18 16:38:49 +08:00
parent 2ad0c78a9a
commit 8417fd997e
No known key found for this signature in database
GPG Key ID: A9342481CF5D49A1
1 changed files with 1 additions and 1 deletions

View File

@ -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