Fix webui.bat ignoring cmd line arguments, fix output img overflowing

This commit is contained in:
safentisAuth
2022-09-08 15:08:23 +03:00
parent 3eea3c4dab
commit 6dc5cf558d
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
set PYTHON=python
set GIT=git
set COMMANDLINE_ARGS=
set COMMANDLINE_ARGS=%*
set VENV_DIR=venv
if exist webui.settings.bat (