fix gh actions

This commit is contained in:
xgui4
2026-05-24 00:42:54 -04:00
parent b51be30901
commit 8b42b4080e
2 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install . hatch Nuitka zstandard
pip install . hatch zstandard
- name: Build with Nuitka
run: hatch run python -m nuitka --standalone --assume-yes-for-download --output-dir=dist src/lce_qt_launcher/main.py

View File

@@ -19,13 +19,13 @@ dependencies = [
"platformdirs<=4.9.6",
"hatch<=1.16.5",
"rich<=15.0.0",
"vdf<=3.4"
"vdf<=3.4",
"patchelf<=0.17.2.4; sys_platform == 'linux'"
]
[dependency-groups]
dev = [
"Nuitka<=4.1",
"patchelf<=0.17.2.4; sys_platform == 'linux'"
"Nuitka<=4.1"
]
[project.scripts]