mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-16 00:20:46 +00:00
fix gh actions
This commit is contained in:
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user