re-add standalone to nightly

This commit is contained in:
xgui4
2026-03-31 21:10:58 -04:00
parent b2e46f9fbd
commit 6aa644bd5d

View File

@@ -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,