v1.3.1
This commit is contained in:
@@ -1,11 +1,3 @@
|
|||||||
@echo off
|
@echo off
|
||||||
cd /d "%~dp0"
|
start /min python main.py
|
||||||
|
exit
|
||||||
IF NOT EXIST ".venv" (
|
|
||||||
echo Die virtuelle Umgebung fehlt.
|
|
||||||
echo Bitte fuehre zuerst die Installation (install\install_windows.ps1) aus!
|
|
||||||
pause
|
|
||||||
exit /b
|
|
||||||
)
|
|
||||||
|
|
||||||
start "" /B ".venv\Scripts\pythonw.exe" main.py
|
|
||||||
Reference in New Issue
Block a user