This commit is contained in:
joel
2026-04-15 19:14:18 +02:00
parent 0bd37cdd6f
commit 602afa7d42
2 changed files with 2 additions and 10 deletions
Vendored
BIN
View File
Binary file not shown.
+2 -10
View File
@@ -1,11 +1,3 @@
@echo off
cd /d "%~dp0"
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
start /min python main.py
exit