From 4fa0475c8b9006fbb9b08016f2b3f89e83db2a54 Mon Sep 17 00:00:00 2001 From: Valentin-Gabriel Radu Date: Sat, 25 Dec 2021 01:42:08 +0200 Subject: [PATCH] Updated Configure updates (markdown) --- Configure-updates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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