diff --git a/AM2RLauncher/AM2RLauncherLib/Profile.cs b/AM2RLauncher/AM2RLauncherLib/Profile.cs index 413ab3e..971ff78 100644 --- a/AM2RLauncher/AM2RLauncherLib/Profile.cs +++ b/AM2RLauncher/AM2RLauncherLib/Profile.cs @@ -772,6 +772,7 @@ public static class Profile FileName = $"{gameDirectory}/AM2R.AppImage" #endif }; + startInfo.EnvironmentVariables["HOME"] = CrossPlatformOperations.Home; log.Info($"CWD of Profile is {startInfo.WorkingDirectory}");