What problem does it solve?
This Skill streamlines the complex process of packaging, signing, and distributing desktop applications built with Electron, ensuring your app reaches users securely and efficiently across different operating systems.
Core Features & Use Cases
- Cross-Platform Packaging: Build installers for macOS (DMG, PKG), Windows (NSIS, MSI, AppX), and Linux (AppImage, DEB, RPM, Snap).
- Code Signing & Notarization: Automate code signing for macOS and Windows, including notarization for macOS Gatekeeper.
- Auto-Updates: Integrate seamless auto-update mechanisms using
electron-updater.
- Use Case: You've finished developing your Electron app and need to create installers for Windows, macOS, and Linux, complete with code signing and auto-update capabilities. This Skill guides you through configuring
electron-builder to achieve this.
Quick Start
Use the electron-builder skill to create a DMG installer for your macOS application.