auto_updater icon indicating copy to clipboard operation
auto_updater copied to clipboard

feat: implement support for sparkle channels

Open cbenhagen opened this issue 6 months ago • 0 comments

This PR adds support for sparkle channels.

  • Adds a new setAllowedChannels method 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

cbenhagen avatar Apr 23 '25 16:04 cbenhagen