private static void PreloaderMain()
        {
            if (UnityPreloader.ConfigApplyRuntimePatches.Value)
            {
                XTermFix.Apply();
                ConsoleSetOutFix.Apply();
            }

            UnityPreloader.Run();
        }
Exemple #2
0
        private static void PreloaderMain()
        {
            PlatformUtils.SetPlatform();

            if (UnityPreloader.ConfigApplyRuntimePatches.Value)
            {
                XTermFix.Apply();
                ConsoleSetOutFix.Apply();
            }

            UnityPreloader.Run(EnvVars.DOORSTOP_MANAGED_FOLDER_DIR);
        }