mirror of https://gitlab.com/basile.b/dexed.git
fix, exclusions were not copied when cloning a config
This commit is contained in:
parent
804dff87d1
commit
e618812740
|
|
@ -879,6 +879,7 @@ begin
|
|||
fImpt.Assign(src.fImpt);
|
||||
fFName := patchPlateformPath(src.fFname);
|
||||
fObjDir := patchPlateformPath(src.fObjDir);
|
||||
fExcl.Assign(src.fExcl);
|
||||
end
|
||||
else inherited;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Reference in New Issue