msix
msix copied to clipboard
[BUG]
dart run msix:create Building package executable... (4.0s) Built msix:create. running "flutter build windows"... 10.9s building msix files... /Unhandled exception: PathNotFoundException: Directory listing failed, path = 'C:\projects\myapp\build\windows\x64\runner\Release\Images*' (OS Error: The system cannot find the path specified. , errno = 3)
Replacing the slashes with backslashes in my pubspec msix_config fixed the issue for me
https://github.com/YehudaKremer/msix/issues/238#issuecomment-1983483886