1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Main: Fixup --dump-extension-api after #54017

That removal was correct, but triggered a bug in our messy-as-heck main.cpp
detection logic for editor/project manager/project/command line tool...
Fixing this is for another day.
This commit is contained in:
Rémi Verschelde
2021-10-21 09:43:39 +02:00
parent dc81583fb7
commit f4c3192d0a
2 changed files with 7 additions and 0 deletions

3
.gitignore vendored
View File

@@ -5,6 +5,9 @@
# Documentation generated by doxygen or from classes.xml
doc/_build/
# Extension API dump
extension_api.json
# Javascript specific
*.bc