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

Renaming executable breaks NXM linking #72

Open
LostDragonist opened this issue May 24, 2019 · 2 comments
Open

Renaming executable breaks NXM linking #72

LostDragonist opened this issue May 24, 2019 · 2 comments

Comments

@LostDragonist
Copy link

Registry.SetValue(@"HKEY_CURRENT_USER\Software\Classes\nxm\shell\open\command", "", $"\"{Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Automaton.exe")}\" \"%1\"");

In the above line, Automaton registers "Automaton.exe" as the link handler. If the user has renamed Automaton.exe for some reason, this does not work. It would be better to register the current name of the executable.

@metherul
Copy link
Owner

Targeted to be fixed in the next release. Thanks!

@metherul
Copy link
Owner

Actually, I'll leave this open so I don't forget.

@metherul metherul reopened this May 25, 2019
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

No branches or pull requests

2 participants