Procházet zdrojové kódy

support webui.settings.bat

Won-Kyu Park před 1 rokem
rodič
revize
117ec71994
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      webui.bat

+ 4 - 0
webui.bat

@@ -1,5 +1,9 @@
 @echo off
 @echo off
 
 
+if exist webui.settings.bat (
+    call webui.settings.bat
+)
+
 if not defined PYTHON (set PYTHON=python)
 if not defined PYTHON (set PYTHON=python)
 if defined GIT (set "GIT_PYTHON_GIT_EXECUTABLE=%GIT%")
 if defined GIT (set "GIT_PYTHON_GIT_EXECUTABLE=%GIT%")
 if not defined VENV_DIR (set "VENV_DIR=%~dp0%venv")
 if not defined VENV_DIR (set "VENV_DIR=%~dp0%venv")