Update Flax deployment scripts for dotnet7

This commit is contained in:
Wojtek Figat
2023-04-18 18:17:47 +02:00
parent 8b2d3db3f1
commit e3ceaa3f9a
7 changed files with 104 additions and 148 deletions

View File

@@ -20,7 +20,7 @@ namespace Flax.Deploy
Log.Verbose("Deploy file " + filename);
File.Copy(files[i], Path.Combine(dst, filename));
File.Copy(files[i], Path.Combine(dst, filename), true);
}
}