mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 06:01:02 +00:00
5 lines
88 B
Batchfile
5 lines
88 B
Batchfile
@echo off
|
|
|
|
call .venv/Scripts/activate.bat || exit /b 1
|
|
|
|
python src/main.py || exit /b 1 |