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

Possible to use with msix? #17

Closed ollyde closed 2 years ago

ollyde commented 2 years ago

We https://pub.dev/packages/msix to package our app. Using exe doesn't really work because of package DLL's.

Is it possible to use this updater with msix?

lijy91 commented 2 years ago

I can't find out if it supports msix in winsparkle repo. maybe you can give it a try.

https://github.com/vslavik/winsparkle/wiki/Appcast-Feeds#installer-arguments

ollyde commented 2 years ago

@lijy91 I'm using INNO script instead, works great.