Fix default main template.

This commit is contained in:
Christoffer Lerno
2026-02-08 13:38:43 +01:00
parent 21758476d4
commit de0b317461

View File

@@ -290,6 +290,7 @@ void create_project(BuildOptions *build_options)
else
{
size_t len;
main_template = MAIN_TEMPLATE;
template = file_read_all(build_options->template, &len);
}