mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 02:30:44 +00:00
fix nighly, better structure , update package and project configuration and theme
This commit is contained in:
18
.github/workflows/nightly.yml
vendored
18
.github/workflows/nightly.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
nightly:
|
||||
name: Build Nightly
|
||||
strategy:
|
||||
fail-fast: true
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
|
||||
@@ -33,22 +33,12 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install . nuitka zstandard # zstandard accélère Nuitka
|
||||
|
||||
- name: Generate Qt Files (Linux)
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: |
|
||||
chmod +x build.sh
|
||||
./build.sh
|
||||
|
||||
- name: Generate Qt Files (Windows)
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: |
|
||||
./build.bat
|
||||
pip install . nuitka zstandard
|
||||
|
||||
- name: Build with Nuitka
|
||||
run: |
|
||||
python -m nuitka --project src/main.py --output-dir=dist-build
|
||||
hatch shell
|
||||
python -m nuitka --standalone --enable-plugin=pyside6 src/main.py
|
||||
|
||||
- name: Package Windows build
|
||||
if: matrix.os == 'windows-latest'
|
||||
|
||||
Reference in New Issue
Block a user