mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-08 06:57:52 +02:00
releasecreator: dont copy utils
This commit is contained in:
parent
ed2f973b36
commit
c97cbe5656
@ -170,6 +170,7 @@ begin
|
||||
BuildTools(TargetOS,TargetCPU);
|
||||
CopySourceFolders;
|
||||
CopyRTLjs;
|
||||
CreatePas2jsCfg;
|
||||
CreateZip;
|
||||
|
||||
// stop program loop
|
||||
@ -510,7 +511,6 @@ var
|
||||
begin
|
||||
CopyFolder('demo');
|
||||
CopyFolder('packages');
|
||||
CopyFolder('utils');
|
||||
|
||||
// copy all tools except releasecreator
|
||||
if FindFirst(SourceDir+'tools'+PathDelim+AllFilesMask,faAnyFile,Info)=0 then begin
|
||||
|
Loading…
Reference in New Issue
Block a user