Files
LCE-Qt-Launcher/scripts/run.cmd
2026-04-18 22:33:41 -04:00

5 lines
107 B
Batchfile

@echo off
call .venv\Scripts\activate.bat || exit /b 1
python src\legacy_qt_launcher\main.py || exit /b 1