Update Register DTMM as handler for Nexus downloads

Lucas Schwiderski 2023-11-27 11:28:06 +01:00
parent 88dce46099
commit d6f4b49b35

@ -1,4 +1,4 @@
Nexusmods uses a custom link style (i.e. a custom URI) to connect the "Mod Manager Download" button in the browser with the application running on your machine.
Nexusmods uses a custom link style (i.e. a custom URI, `nxm://` instead of `https://`) to connect the "Mod Manager Download" button in the browser with the application running on your machine.
The connection between those two, and the way for a user to select the application (e.g. Vortex, MO2, DTMM) is through a so-called "URI handler".
In Windows, these are stored in the Registry. Usually, the typical "setup.exe" installers will create them for you, but DTMM isn't quite there yet, so for now, you will have to do it with a script or manually.