mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-16 01:30:39 +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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install . hatch Nuitka zstandard
|
pip install . hatch zstandard
|
||||||
- name: Build with Nuitka
|
- name: Build with Nuitka
|
||||||
run: hatch run python -m nuitka --standalone --assume-yes-for-download --output-dir=dist src/lce_qt_launcher/main.py
|
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",
|
"platformdirs<=4.9.6",
|
||||||
"hatch<=1.16.5",
|
"hatch<=1.16.5",
|
||||||
"rich<=15.0.0",
|
"rich<=15.0.0",
|
||||||
"vdf<=3.4"
|
"vdf<=3.4",
|
||||||
|
"patchelf<=0.17.2.4; sys_platform == 'linux'"
|
||||||
]
|
]
|
||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
dev = [
|
dev = [
|
||||||
"Nuitka<=4.1",
|
"Nuitka<=4.1"
|
||||||
"patchelf<=0.17.2.4; sys_platform == 'linux'"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
|
|||||||
Reference in New Issue
Block a user