Skip to content

Commit 50a0ee2

Browse files
hiroMTBarturoc
authored andcommitted
Feature show hidden folder (#205)
Show hidden folders when copying template files so we also copy hidden files
1 parent f6ba225 commit 50a0ee2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ofxProjectGenerator/src/projects/baseProject.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ bool baseProject::create(string path, std::string templateName){
131131

132132
if(templateName!=""){
133133
ofDirectory templateDir(ofFilePath::join(getOFRoot(),"scripts/templates/" + templateName));
134+
templateDir.setShowHidden(true);
134135
auto templateConfig = parseTemplate(templateDir);
135136
if(templateConfig){
136137
ofDirectory project(projectDir);

0 commit comments

Comments
 (0)