mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 03:40:50 +00:00
8 lines
116 B
Bash
Executable File
8 lines
116 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
# shellcheck source=/dev/null
|
|
source .venv/bin/activate
|
|
|
|
src/legacy_qt_launcher/main.py |