Rename demo folder to project for generalizing the template usecase

Renames all references to the demo folder and changes it to "project"
This commit is contained in:
Patrick Exner
2026-01-09 21:24:57 +01:00
parent e59f81e7e4
commit f7b7820a8e
14 changed files with 22 additions and 22 deletions

View File

@@ -6,7 +6,7 @@ from methods import print_error
libname = "EXTENSION-NAME"
projectdir = "demo"
projectdir = "project"
localEnv = Environment(tools=["default"], PLATFORM="")