diff --git a/Nautilus/Initializer.cs b/Nautilus/Initializer.cs index cf74672e..0b7b4ac7 100644 --- a/Nautilus/Initializer.cs +++ b/Nautilus/Initializer.cs @@ -19,6 +19,7 @@ namespace Nautilus; [BepInPlugin(PluginInfo.PLUGIN_GUID, PluginInfo.PLUGIN_NAME, PluginInfo.PLUGIN_VERSION)] #if BELOWZERO [BepInProcess("SubnauticaZero.exe")] +[BepInProcess("Subnautica Below Zero")] // actual macOS executable file within SubnauticaZero.app #else [BepInProcess("Subnautica.exe")] #endif @@ -85,4 +86,4 @@ static Initializer() ModMessageSystem.Patch(); BiomePatcher.Patch(_harmony); } -} \ No newline at end of file +}