We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ba225 commit 50a0ee2Copy full SHA for 50a0ee2
1 file changed
ofxProjectGenerator/src/projects/baseProject.cpp
@@ -131,6 +131,7 @@ bool baseProject::create(string path, std::string templateName){
131
132
if(templateName!=""){
133
ofDirectory templateDir(ofFilePath::join(getOFRoot(),"scripts/templates/" + templateName));
134
+ templateDir.setShowHidden(true);
135
auto templateConfig = parseTemplate(templateDir);
136
if(templateConfig){
137
ofDirectory project(projectDir);
0 commit comments