mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-09-13 12:59:04 +02:00
releasecreator: create dir tools
This commit is contained in:
parent
7e1c587649
commit
300a4f65f3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user