Moved startup code to server.

This commit is contained in:
2025-11-13 05:16:58 +00:00
parent c73c4d839a
commit b1f32e6f13
10 changed files with 1106 additions and 221 deletions

View File

@@ -41,7 +41,7 @@ using System.Diagnostics;
using System.IO;
using System.Runtime.InteropServices;
namespace DiscImageChef.Interop;
namespace Marechai.Server.Interop;
public static class DetectOS
{