Add standalone application build support

- Add MSMD.spec PyInstaller configuration file
- Update README.md with comprehensive build instructions for macOS, Windows, and Linux
- Update .gitignore to exclude PyInstaller build artifacts (build/, dist/)
- Successfully tested macOS .app bundle (92 MB)

Users can now build platform-specific executables without requiring Python installation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Keith Smith
2026-01-05 19:19:40 -07:00
parent b3c14c97d4
commit a2e29b06fd
3 changed files with 246 additions and 0 deletions

5
.gitignore vendored
View File

@@ -24,3 +24,8 @@ Thumbs.db
# Application specific
*.pyc
# PyInstaller
build/
dist/
*.spec.bak