Don't use Platform.ResolvePath when constructing hardcoded paths.
This commit is contained in:
@@ -178,7 +178,7 @@ namespace OpenRA
|
||||
{
|
||||
try
|
||||
{
|
||||
Process.Start(Platform.ResolvePath("^", "Logs"));
|
||||
Process.Start(Path.Combine(Platform.SupportDir, "Logs"));
|
||||
}
|
||||
catch { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user