Make CPKG more complete
All checks were successful
Build and Deploy on Tag / update-tap (push) Successful in 43s

This commit is contained in:
2026-05-08 01:40:51 -05:00
parent 4f7be79841
commit ea45c4c4f5
21 changed files with 971 additions and 46 deletions

View File

@@ -202,6 +202,7 @@ export async function createTemplate()
if(project_name)
{
const dir = join(getDocumentsFolder(),"CrossLangProjects",project_name);
mkdirSync(getDocumentsFolder());
mkdirSync(join(getDocumentsFolder(),"CrossLangProjects"));
mkdirSync(dir);