mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Projucer: Call post export script after removing old generated code
This commit is contained in:
parent
bd015f5c97
commit
86b17ef4fb
1 changed files with 2 additions and 2 deletions
|
|
@ -310,14 +310,14 @@ Result ProjectSaver::saveProject (ProjectExporter* specifiedExporterToSave)
|
|||
writeProjects (modules, specifiedExporterToSave);
|
||||
writeProjectFile();
|
||||
|
||||
runPostExportScript();
|
||||
|
||||
if (generatedCodeFolder.exists())
|
||||
{
|
||||
writeReadmeFile();
|
||||
deleteUnwantedFilesIn (generatedCodeFolder);
|
||||
}
|
||||
|
||||
runPostExportScript();
|
||||
|
||||
if (errors.isEmpty())
|
||||
return Result::ok();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue