mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-16 06:10:50 +00:00
7 lines
148 B
Batchfile
7 lines
148 B
Batchfile
@echo off
|
|
|
|
echo "Activate the python venv"
|
|
call .venv\Scripts\activate.bat || exit /b 1
|
|
echo "done"
|
|
|
|
python src\lce_qt_launcher\main.py || exit /b 1 |