diff --git a/Configure-updates.md b/Configure-updates.md index c055732..9c9c5ea 100644 --- a/Configure-updates.md +++ b/Configure-updates.md @@ -69,7 +69,7 @@ As I said, the updater is very simple. Each `ep_setup.exe` file contains in its ## Can I configure my own update servers? -Sure. Configure the following two REG_SZ entries in `HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher`: +Sure. Configure the following two REG_SZ entries in `HKEY_CURRENT_USER\Software\ExplorerPatcher`: * `UpdateURL`: configures the main update URL, for releases only. It has to serve the executable file directly, similar to the default of: https://github.com/valinet/ExplorerPatcher/releases/latest * `UpdateURLStaging`: configures the update URL for pre-releases and releases. It has to return JSON, similar to what the default of: https://api.github.com/repos/valinet/ExplorerPatcher/releases?per_page=1 returns \ No newline at end of file