mirror of https://github.com/Mai-with-u/MaiBot.git
🐛 fix(MaiLauncher.bat): 修复 `.env.prod` 文件复制路径错误
parent
2ad0c78a9a
commit
8417fd997e
|
|
@ -430,7 +430,7 @@ if not exist config/bot_config.toml (
|
||||||
|
|
||||||
)
|
)
|
||||||
if not exist .env.prod (
|
if not exist .env.prod (
|
||||||
copy /Y "template\.env.prod" ".env.prod"
|
copy /Y "template.env" ".env.prod"
|
||||||
)
|
)
|
||||||
|
|
||||||
start python webui.py
|
start python webui.py
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue