-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Can't load files with spaces in build #1879
Comments
Can you share a repo that demonstrates the error? I am unable to reproduce it myself (I am on Linux, but I don't expect this to be a windows-only issue). |
https://github.com/aleksanderkoder/tauriimagebug I made a stripped version of the project. It shows the issue, at least on my machine ;) Don't forget to install all the dependecies, but probably don't have to say that :) |
The |
It has now been added. |
It seems like the custom protocol doesn't support files with spaces in the names...we'll definitely need to fix this. |
same problem |
Images referenced in Vue components do not show up in release build gotten by doing "yarn tauri:build". The images do show up in the dev build gotten with "yarn tauri:serve".
Tauri info:
Dependencies:
The text was updated successfully, but these errors were encountered: