metherul / Automaton

The open modpack platform.
Other
58 stars 14 forks source link

Renaming executable breaks NXM linking #72

Open LostDragonist opened 5 years ago

LostDragonist commented 5 years ago

https://github.com/metherul/Automaton/blob/fdb9a58ec047f44f67c8ca79bc15d940439603b5/src/Automaton.Model/NexusApi/NxmHandle.cs#L25

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 commented 5 years ago

Targeted to be fixed in the next release. Thanks!

metherul commented 5 years ago

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