This commit is contained in:
litagin02
2024-02-25 13:15:40 +09:00
parent e76dca6fbb
commit 8f27c79219
9 changed files with 46 additions and 27 deletions

11
Editor.bat Normal file
View File

@@ -0,0 +1,11 @@
chcp 65001 > NUL
@echo off
pushd %~dp0
echo Running server_editor.py --inbroser
venv\Scripts\python server_editor.py --inbrowser
if %errorlevel% neq 0 ( pause & popd & exit /b %errorlevel% )
popd
pause