diff --git a/Bloxstrap/Bootstrapper.cs b/Bloxstrap/Bootstrapper.cs index 39f4779..909c978 100644 --- a/Bloxstrap/Bootstrapper.cs +++ b/Bloxstrap/Bootstrapper.cs @@ -1198,11 +1198,7 @@ namespace Bloxstrap if (App.IsFirstRun && App.CustomFontLocation is not null) { Directory.CreateDirectory(Path.GetDirectoryName(Paths.CustomFont)!); - - if (File.Exists(Paths.CustomFont)) - File.Delete(Paths.CustomFont); - - File.Copy(App.CustomFontLocation, Paths.CustomFont); + File.Copy(App.CustomFontLocation, Paths.CustomFont, true); } if (File.Exists(Paths.CustomFont))