Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LinuxProtocolHandlerRegistrar: don't register absolute path #24

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

Atemu
Copy link
Contributor

@Atemu Atemu commented Jul 8, 2023

The absolute path would point at the unwrapped binary. Some distros such as Nixpkgs must wrap their C# binaries in order to run them properly. This makes it so that BSMM is taken from the $PATH which is up to the user to popuate with the correct BeatSaberModManager.

Fixes #23

The absolute path would point at the unwrapped binary. Some distros such as
Nixpkgs must wrap their C# binaries in order to run them properly. This makes it
so that BSMM is taken from the $PATH which is up to the user to popuate with the
correct BeatSaberModManager.

Fixes affederaffe#23
@affederaffe affederaffe merged commit 534496d into affederaffe:main Nov 13, 2023
@Atemu Atemu deleted the mime-no-absolute-path branch November 13, 2023 13:28
@Atemu
Copy link
Contributor Author

Atemu commented Nov 13, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

App registers "raw" binary in lib rather wrapper than bin for MIME
2 participants