summaryrefslogtreecommitdiffstats
path: root/misc/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'misc/scripts')
-rwxr-xr-xmisc/scripts/check_get_file_list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/scripts/check_get_file_list.py b/misc/scripts/check_get_file_list.py
index cdf6245..d86b65f 100755
--- a/misc/scripts/check_get_file_list.py
+++ b/misc/scripts/check_get_file_list.py
@@ -8,7 +8,7 @@ sys.path.insert(1, os.path.join(os.path.dirname(__file__), "..", ".."))
from binding_generator import get_file_list, generate_bindings
-api_filepath = "godot-headers/extension_api.json"
+api_filepath = "gdextension/extension_api.json"
bits = "64"
double = "float"
output_dir = "self_test"