YehudaKremer / msix

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

👉[BUG] Flutter Release build directory not found👈 #252

Closed ahmad96hijazi closed 7 months ago

ahmad96hijazi commented 7 months ago

:information_source: Info

Version: v3.16.0

:speech_balloon: Description

Build files not found /build/windows/runner/Release
The build is located inside /build\windows\x64\runner\Release\
To run the tool with extended logs use the -v argument, for example: dart run msix:build -v

YehudaKremer commented 7 months ago

@ahmad96hijazi Hey

Try update Msix package version to 3.16.7

YehudaKremer commented 7 months ago

Related: https://github.com/YehudaKremer/msix/issues/250#issuecomment-1832953706

ahmad96hijazi commented 7 months ago

thanks