Makepad Packaging & Deployment This skill covers packaging Makepad applications for all supported platforms. When to Use - You need to package, distribute, or automate deployment of a Makepad application. - The task involves desktop installers, APK/IPA builds, WebAssembly output, or CI-based release artifacts. - You need guidance on , , or GitHub Actions packaging flows for Makepad. Quick Navigation | Platform | Tool | Output | |----------|------|--------| | Desktop | | .deb, .nsis, .dmg | | Android | | .apk | | iOS | | .app, .ipa | | Web | | Wasm + HTML/JS | | CI/CD | | GitHub Release assets…