1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-30 18:24:36 +01:00

Updated Configure updates (markdown)

Valentin-Gabriel Radu 2021-12-25 01:42:08 +02:00
parent 04c607f701
commit 4fa0475c8b

@ -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