Add readme and improve build script

This commit is contained in:
2026-03-14 18:49:29 -04:00
parent ea6bb64c78
commit 21ce54e1f8
3 changed files with 60 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ ios.release = {{
}}
""".format(PROJECT_NAME)
gdextension_file_path = "demo/template.gdextension"
gdextension_file_path = f"demo/{PROJECT_NAME}.gdextension"
with open(gdextension_file_path, "w") as gdextension_file:
gdextension_file.write(gdextension_file_content)