no message

This commit is contained in:
2025-01-16 16:25:27 +03:00
parent 6d7f885926
commit 1b6db1fd5b
3 changed files with 2 additions and 4 deletions

View File

@@ -1091,6 +1091,7 @@ public class db_project_info extends DBObject {
if (cloneData) {
db_project_info res = new db_project_info(dst);
migrateFilesSettings(res, true, false);
FileUtils.copyFile(getPropertiesFile(), res.getPropertiesFile());
}
}
public void Clone(File dst) throws Exception {