mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 03:40:50 +00:00
8 lines
236 B
Bash
Executable File
8 lines
236 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
scripts/prepare.sh
|
|
|
|
hatch run python -m nuitka --standalone --assume-yes-for-download --output-dir=dist src/legacy_qt_launcher/main.py
|
|
tar -czf LCE-Qt-Launcher-Linux.tar.gz -C dist/legacy-qt-launcher/.dist . |