YehudaKremer / msix

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

Question about file_extension and 'File Type Association' #168

Closed hootyjeremy closed 1 year ago

hootyjeremy commented 1 year ago

I see that there is a file_extension parameter available but it doesn't seem to automatically associate the file type during the install. Should this parameter automatically associate the given file type or is there another parameter that I am missing?

Thanks.