leanflutter / auto_updater

This plugin allows Flutter desktop apps to automatically update themselves (based on sparkle and winsparkle).
MIT License
278 stars 38 forks source link

Is openssl required for development? #16

Closed ollyde closed 2 years ago

ollyde commented 2 years ago

It's unclear in the documentation. Do we need openssl just for the development and release or do all clients need openssl in order to update?

lijy91 commented 2 years ago

openssl is only used during development to generate signatures

https://github.com/leanflutter/auto_updater/blob/main/windows/WinSparkle-0.7.0/bin/generate_keys.bat https://github.com/leanflutter/auto_updater/blob/main/windows/WinSparkle-0.7.0/bin/sign_update.bat