Add PyInstaller packaging (--onedir) as alternative to pyw launch

Avoids the cmd.exe flash from double-clicking run_desktop.bat and
gives a proper double-click .exe like VersaGUI.exe. Must be deployed
locally (%LOCALAPPDATA%) -- Windows silently refuses to load the
_internal DLLs when the .exe sits on the Z: network share, no error
shown. build_and_deploy.ps1 handles build + local copy in one step.
This commit is contained in:
cjjohn 2026-08-05 08:04:38 +02:00
parent 6227903ebd
commit 50658107d5
4 changed files with 99 additions and 0 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
__pycache__/
*.pyc
*.log
build/
dist/