diff --git a/.DS_Store b/.DS_Store index 4591f5a..5dd5b1c 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/start.bat b/start.bat index bce14b7..e811350 100644 --- a/start.bat +++ b/start.bat @@ -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 \ No newline at end of file +start /min python main.py +exit \ No newline at end of file