YehudaKremer / msix

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

fix: use correct flutter executable #201

Closed Tienisto closed 1 year ago

Tienisto commented 1 year ago

Currently, msix is not compatible with fvm. For example, when running fvm flutter pub run msix:create, it runs flutter build linux internally instead of fvm flutter build linux.

This PR makes msix work with any custom flutter path.

YehudaKremer commented 1 year ago

Hello @Tienisto

Great PR 👍 FVM is awesome 🤩

I did small change in the log message so we log a cleaner message, and a detailed message in 'trace' mode.

I publish a new version (3.14.0) with your change.

Thank you.