YehudaKremer / msix

Create Msix installer for flutter windows-build files.
https://pub.dev/packages/msix
MIT License
280 stars 69 forks source link

Auto Update Outside the Store #167

Closed anggoran closed 1 year ago

anggoran commented 1 year ago

I found on the docs that there is a parameter named hours_between_update_checks, but I cannot find something like feedURL as a link that provide auto update functionality. Is it still possible to do auto update without publishing to store (using web page or appcast)?

YehudaKremer commented 1 year ago

Hello

Auto update outside the Microsoft store are available via the App Installer feature.

This future can use only by organization that have certificate installed on the organization users machines, and used that certificate to sign the Msix file.

So if is your situation, you can use App Installer.

About auto update source, for now, its available only from file-share and not from the web: image