build-cross-platform-packages
Installation
SKILL.md
Build Cross-Platform Packages
Build professional distributable packages for macOS, Windows, and Linux for Rust GUI applications.
Quick reference for common tasks:
- macOS DMG with app bundle and CLI tools included
- Windows MSI with Start Menu shortcuts and PATH configuration
- Linux DEB with desktop integration and dependency management
- Automated GitHub Actions workflows for all platforms
- SLSA attestations for supply chain security
- Homebrew formula auto-updates via repository_dispatch
macOS DMG Package
What this creates: Professional drag-to-install DMG with app bundle containing both GUI and CLI binaries.