releasecreator: create dir tools

This commit is contained in:
mattias 2024-01-17 16:14:47 +01:00
parent 7e1c587649
commit 300a4f65f3

View File

@ -570,6 +570,11 @@ begin
CopyFolder('packages');
// copy all tools except releasecreator
if not Simulate then begin
if not CreateDir(BuildDir_Sources+'tools') then
Err('Unable to create directory: '+BuildDir_Sources+'tools');
end;
if FindFirst(SourceDir+'tools'+PathDelim+AllFilesMask,faAnyFile,Info)=0 then begin
repeat
if (Info.Name='') or (Info.Name='.') or (Info.Name='..') then continue;