david-risney / WebView2Utilities

WebView2Utilities helps you develop and debug Microsoft Edge WebView2 apps.
https://david-risney.github.io/WebView2Utilities/
MIT License
25 stars 7 forks source link

MSIX package #94

Open oggy22 opened 3 months ago

oggy22 commented 3 months ago

Investigate if it's better for us to release MSIX package instead of current practices.

david-risney commented 3 months ago

There are Windows APIs you can use to manually look for updates from a particular URI. Need to see if its possible to point at a github releases URI to find the updated package.

For constructing the package we need to opt-out of pretty much every single virtualization / container and to do that look at what the SysInternals appx package does.