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:45 +02:00
parent 4fa0475c8b
commit 25cdfee7b7

@ -71,5 +71,5 @@ As I said, the updater is very simple. Each `ep_setup.exe` file contains in its
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
* `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 returns
* `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