Skip to content

Commit

Permalink
Merge pull request #568 from SubnauticaModding/toebeann-fix-bz-macos-…
Browse files Browse the repository at this point in the history
…process

Fix BZ process filter for macOS
  • Loading branch information
toebeann authored Dec 7, 2024
2 parents a5b50e0 + e50da4e commit 2e6ed45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Nautilus/Initializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -85,4 +86,4 @@ static Initializer()
ModMessageSystem.Patch();
BiomePatcher.Patch(_harmony);
}
}
}

0 comments on commit 2e6ed45

Please sign in to comment.