auto_updater
auto_updater copied to clipboard
feat: implement support for sparkle channels
This PR adds support for sparkle channels.
- Adds a new
setAllowedChannelsmethod to the platform interface - Implements the required native code in the macOS implementation
- Updates documentation to explain the feature
With this change, apps can specify which channels they want to receive updates from, such as 'beta' channel in addition to the default channel.
Note: This feature is only supported on macOS.
Fixes #74