msys2-web/start.bat
2025-10-18 19:18:25 +02:00

2 lines
198 B
Batchfile

@echo off
C:\msys64\msys2_shell.cmd -here -mingw64 -no-start -defterm -c "pacman --needed --noconfirm -S gcc mingw-w64-x86_64-python-poetry && poetry install --only main && poetry run python run.py"