in build/FileUtility.cs [57:60]
public static void CopyFile(string sourcePath, string targetPath) { File.Copy(sourcePath, targetPath, true); }