0 purchases
auto updater platform interface
auto_updater_platform_interface #
A common platform interface for the auto_updater plugin.
Usage #
To implement a new platform-specific implementation of auto_updater, extend AutoUpdaterPlatform with an implementation that performs the platform-specific behavior, and when you register your plugin, set the default AutoUpdaterPlatform by calling AutoUpdaterPlatform.instance = MyPlatformAutoUpdater().
License #
MIT
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.