Skip to content

Commit 6c550c1

Browse files
committed
Update BinaryHandler.cs
1 parent 1da8dd4 commit 6c550c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/c#/GeneralUpdate.Differential/Binary/BinaryHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ await Task.Run(() =>
372372
if (File.Exists(_newfilePath))
373373
{
374374
File.SetAttributes(_newfilePath, FileAttributes.Normal);
375-
File.Move(_newfilePath, _oldfilePath);
375+
File.Copy(_newfilePath, _oldfilePath, true);
376376
}
377377
});
378378
}

0 commit comments

Comments
 (0)