-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Fix files_dropped in HTML5 export mono builds. #55594
Conversation
(Ignore trailing slash when creating the temporary directory)
4bbe11a
to
40f26cb
Compare
(Updated commit author because I was using old git config. Otherwise no change to the code) |
@Fro-Z are you using a custom build? I can't reproduce the linked issue with official 3.4 builds, but it's something that might have changed in more recent emscripten versions (I know they are doing and heavy refactoring of the FS library). |
@Faless No, I am using the official 3.4 mono release. Godot Engine v3.4.stable.mono.official.206ba70f4 to be precise |
@Fro-Z oh, I see, so it was the other way around, old versions of emscripten (used for mono builds) does not support it. |
Thanks! |
Cherry-picked for 3.5. |
Cherry-picked for 3.4.1. |
This PR fixes #55593
(There was an exception thrown on FS.mkdir() because the path ends with a trailing slash)