mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-16 07:21:31 +00:00
10 lines
157 B
Bash
Executable File
10 lines
157 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
echo "Activate the python venv"
|
|
# shellcheck source=/dev/null
|
|
source .venv/bin/activate
|
|
echo "done"
|
|
|
|
src/lce_qt_launcher/main.py |