Merge pull request #478 from SaigyoujiYusora/main-fix

🐛 fix(MaiLauncher.bat): 修复 .env.prod 文件复制路径错误
This commit is contained in:
SengokuCola
2025-03-18 17:55:15 +08:00
committed by GitHub

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