electron-auto-updater-setup

Solid

Configure electron-updater with code signing verification, delta updates, staged rollouts, and multiple update channels for Electron applications

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# electron-auto-updater-setup Configure electron-updater for Electron applications with advanced features including code signing verification, delta updates, staged rollouts, and multiple release channels. This skill creates a complete auto-update infrastructure. ## Capabilities - Configure electron-updater with multiple providers (GitHub, S3, Generic, Spaces) - Set up staged rollouts with percentage-based distribution - Configure delta (differential) updates for efficient bandwidth usage - Implement multiple release channels (stable, beta, alpha) - Set up code signing verification for update packages - Create update notification UI components - Configure silent updates vs. interactive updates - Implement rollback mechanisms ## Input Schema ```json { "type": "object", "properties": { "projectPath": { "type": "string", "description": "Path to the Electron project root" }, "provider": { "type": "object", "properties": { "type": { "enum": ["github", "s3", "generic", "spaces", "keygen"] }, "config": { "type": "object", "description": "Provider-specific configuration" } }, "required": ["type"] }, "channels": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "default": { "type": "boolean" }, "allowDowngrade": { "type": "boolean" } } }, "default": [{ "name...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills