Add "templates" and "scripts" as possible PCM dirs

Allows organizations to distribute custom templates and scripts to their users in TLDs
This commit is contained in:
Seth Hillbrand 2023-08-21 11:17:02 -07:00
parent cabcf4afe6
commit c6f071c542
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ const std::unordered_set<wxString> PCM_PACKAGE_DIRECTORIES( {
"symbols",
"resources",
"colors",
"templates",
"scripts"
} );