diff --git a/OpenRA.Utility/Program.cs b/OpenRA.Utility/Program.cs index a6ef3850b4..87d4fd0929 100644 --- a/OpenRA.Utility/Program.cs +++ b/OpenRA.Utility/Program.cs @@ -39,6 +39,8 @@ namespace OpenRA.Utility { if (args.Length == 0) { PrintUsage(); return; } + AppDomain.CurrentDomain.AssemblyResolve += FileSystem.ResolveAssembly; + Log.LogPath = Platform.SupportDir + "Logs" + Path.DirectorySeparatorChar; try