YehudaKremer / msix

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

[BUG] msix creates installer.exe instead of msix file ? What changed? #202

Closed gslender closed 1 year ago

gslender commented 1 year ago

Before I was running msix: 3.13.1 but after upgrading to 3.14.0 the tool creates an installer.exe file instead of an msix file??

What did I miss in the change logs about this? Why is it doing this?

gslender commented 1 year ago

Super odd, but after running the tool again, it created the .msix file??? Not sure what's going on. Could this be related to the fvm change recently made??

Tienisto commented 1 year ago

Maybe flutter clean helps?

Also, this package should not be capable of compiling installer.exe, what you probably mean is a regular exe that gets created by flutter build windows

YehudaKremer commented 1 year ago

Sound like regression bug and related to: #203