This commit is contained in:
Brunsmeier
2026-05-18 10:54:25 +08:00
commit 02657c18f8
17 changed files with 4412 additions and 0 deletions

View File

@ -0,0 +1,13 @@
@echo off
setlocal
cd /d "%~dp0"
python main.py
if errorlevel 1 (
echo.
echo TomatoPick failed to start or exited with an error.
echo Working directory: %CD%
echo.
pause
)