fix: extract tkinter from Python installer via 7z, fix NSIS icon path
Some checks failed
Build Release / create-release (push) Successful in 1s
Lint & Test / test (push) Failing after 15s
Build Release / build-linux (push) Successful in 1m20s
Build Release / build-docker (push) Failing after 9s
Build Release / build-windows (push) Successful in 3m19s

- Replace nuget approach (doesn't contain tkinter) with extracting
  from the official Python amd64.exe installer using 7z
- Remove MUI_ICON/MUI_UNICON (no .ico file available, use NSIS default)
- Add p7zip-full to CI dependencies
This commit is contained in:
2026-03-22 03:40:06 +03:00
parent 7f799a914d
commit 3633793972
3 changed files with 65 additions and 52 deletions

View File

@@ -30,8 +30,6 @@ SetCompressor /SOLID lzma
; ── Modern UI Configuration ─────────────────────────────────
!define MUI_ABORTWARNING
!define MUI_ICON "server\src\wled_controller\static\icon-192.png"
!define MUI_UNICON "server\src\wled_controller\static\icon-192.png"
; ── Pages ───────────────────────────────────────────────────