mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 08:21:08 +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 |