Blacklist "icons" and "resources" in create_internal_release, so that
icons_Demos and resources_Demos are not created in internal releases.
This commit is contained in:
@@ -300,7 +300,7 @@ sub CreateDemoTestDirs()
|
||||
chdir "$RELEASEDIR/$VERSION" or die;
|
||||
chdir 'demo' or return;
|
||||
foreach $DIR (glob("*")) {
|
||||
if ( -d $DIR ) {
|
||||
if ( -d $DIR -a "$DIR" != "icons" -a "$DIR" != "resources" ) {
|
||||
dircopy("$DIR", "../test/${DIR}_Demo");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user