Files
LCE-Qt-Launcher/scripts/run.cmd

5 lines
88 B
Batchfile

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