msix icon indicating copy to clipboard operation
msix copied to clipboard

[BUG]

Open jbridgenet opened this issue 1 year ago • 1 comments

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)

jbridgenet avatar Feb 23 '24 23:02 jbridgenet

Replacing the slashes with backslashes in my pubspec msix_config fixed the issue for me

https://github.com/YehudaKremer/msix/issues/238#issuecomment-1983483886

dion-gionet avatar Apr 12 '24 15:04 dion-gionet