You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a typo in platform.txt on line 87 that causes makecorever.py to fail.
The parameter list has a typo, specifically:
--build_path "{build.path}'
should be
--build_path "{build.path}"
The quotes do not match so the parameter list isn't correctly parsed.