releasecreator: dont copy utils

This commit is contained in:
mattias 2024-01-10 15:28:40 +01:00
parent ed2f973b36
commit c97cbe5656

View File

@ -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