Explicitly set current working directory
Avoids issues when launching the game from a URL
This commit is contained in:
@@ -28,6 +28,8 @@ namespace OpenRA
|
|||||||
var executableDirectory = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
|
var executableDirectory = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
|
||||||
var processName = Path.Combine(executableDirectory, "OpenRA.Game.exe");
|
var processName = Path.Combine(executableDirectory, "OpenRA.Game.exe");
|
||||||
|
|
||||||
|
Directory.SetCurrentDirectory(executableDirectory);
|
||||||
|
|
||||||
var psi = new ProcessStartInfo(processName, string.Join(" ", args));
|
var psi = new ProcessStartInfo(processName, string.Join(" ", args));
|
||||||
|
|
||||||
try
|
try
|
||||||
|
|||||||
Reference in New Issue
Block a user