You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add cross-platform build pipeline via PyInstaller and GitHub Actions
- worklog.spec: PyInstaller config bundling customtkinter data files,
produces onedir build on Linux/Windows and .app bundle on macOS
- .github/workflows/build.yml: builds on ubuntu/windows/macos-latest,
packages as tar.gz / zip / zip, attaches to GitHub Release on tag push
- README: add Download section with per-platform install instructions
Trigger a release by pushing a version tag: git tag v1.0.0 && git push --tags
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>