diff --git a/gaseous-server/Classes/Collections.cs b/gaseous-server/Classes/Collections.cs index 51dfcf3..7b8d349 100644 --- a/gaseous-server/Classes/Collections.cs +++ b/gaseous-server/Classes/Collections.cs @@ -415,7 +415,7 @@ namespace gaseous_server.Classes if (File.Exists(biosItem.biosPath)) { Logging.Log(Logging.LogType.Information, "Collections", "Copying BIOS file: " + biosItem.filename); - File.Copy(biosItem.biosPath, Path.Combine(ZipBiosPath, biosItem.filename)); + File.Copy(biosItem.biosPath, Path.Combine(ZipBiosPath, biosItem.filename), true); } } }