From dd867c0724e9300803b27f652ffed4ec8f910a0f Mon Sep 17 00:00:00 2001 From: litagin02 Date: Mon, 26 Feb 2024 18:25:39 +0900 Subject: [PATCH] Fix typo --- Editor.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor.bat b/Editor.bat index 7b0836c..8405cd5 100644 --- a/Editor.bat +++ b/Editor.bat @@ -2,7 +2,7 @@ chcp 65001 > NUL @echo off pushd %~dp0 -echo Running server_editor.py --inbroser +echo Running server_editor.py --inbrowser venv\Scripts\python server_editor.py --inbrowser if %errorlevel% neq 0 ( pause & popd & exit /b %errorlevel% )