ML
Size: a a a
ML
PK
ML
ML
ML
ML
LW
ML
PK
ML
PK
ML
LW
VV
ML
ML
ŹR
defp symlink_or_copy(config, source, target) do
if config[:build_embedded] do
if File.exists?(source) do
File.rm_rf!(target)
File.cp_r!(source, target)
end
else
Mix.Utils.symlink_or_copy(source, target)
end
end
ŹR
ML
ŹR