Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] #259

Open
jbridgenet opened this issue Feb 23, 2024 · 2 comments
Open

[BUG] #259

jbridgenet opened this issue Feb 23, 2024 · 2 comments

Comments

@jbridgenet
Copy link

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)

@dion-gionet
Copy link

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

#238 (comment)

@Levi-Lesches
Copy link

@jbridgenet your path has a * in it -- which configuration option were you using, and have you tried replacing it with the exact name of the folder or file instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants