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