Fix windows build#2434
Conversation
Fixes the \r symbol remaining at the end of `entry` in the file `utils/update-flash-refs.js:194`, which resulted in the build not working on Windows. Signed-off-by: ExE Boss <ExE-Boss@users.noreply.github.com>
|
That's not the only problem in windows build, see https://github.com/mozilla/shumway/pull/2442/files |
|
That |
|
The idea is that you cant fix the code for There are many ways to fix that, I made a comment only to get your interest in the project again. Why did you try to build it? |
|
I tried to build it because I’m working on #2435. Also, the purpose of this PR is just to make it possible for |
Fixes the
\rsymbol remaining at the end ofentryin the fileutils/update-flash-refs.js:194, which resulted in the build not working on Windows.