Add PyInstaller Windows release build system.

Frozen builds resolve paths correctly, stage portable onedir output, and zip releases for distribution.
This commit is contained in:
Dr Jones
2026-05-22 19:20:06 -07:00
parent bef3de1245
commit 05a32015db
10 changed files with 548 additions and 24 deletions

3
requirements-build.txt Normal file
View File

@@ -0,0 +1,3 @@
# Windows release build toolchain (install into .venv alongside requirements.txt)
-r requirements.txt
pyinstaller>=6.3.0