mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 01:20:45 +00:00
re-add standalone to nightly
This commit is contained in:
6
.github/workflows/nightly.yml
vendored
6
.github/workflows/nightly.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
|
||||
- name: Build with Nuitka
|
||||
run: |
|
||||
hatch run python -m nuitka --output-dir=dist src/main.py
|
||||
hatch run python -m --standalone nuitka --output-dir=dist src/main.py
|
||||
|
||||
- name: Package Windows build
|
||||
if: matrix.os == 'windows-latest'
|
||||
@@ -57,10 +57,6 @@ jobs:
|
||||
tag_name: nightly
|
||||
name: Nightly Release
|
||||
body: "
|
||||
>[!WARN]
|
||||
> Due a issue with Nuitka, this release is now without a standalone executable.
|
||||
> which mean dependancies must be installed manually for now until this is fixed.
|
||||
|
||||
Experimental Build (Nightly) generated by GitHub Action.
|
||||
The nighy build are experimental nuitka compilation
|
||||
from the nighly version for the more stable build,
|
||||
|
||||
Reference in New Issue
Block a user