mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
config: Use ImageList v4
In order to ensure the 'Recommended' tag shows up for older versions of the Imager, we should migrate to using V4 for the version where we move the tag out of the JSON file.
This commit is contained in:
parent
0033b66ebc
commit
edde324138
1 changed files with 2 additions and 2 deletions
|
@ -8,10 +8,10 @@
|
||||||
|
|
||||||
|
|
||||||
/* Repository URL */
|
/* Repository URL */
|
||||||
#define OSLIST_URL "https://downloads.raspberrypi.org/os_list_imagingutility_v3.json"
|
#define OSLIST_URL "https://downloads.raspberrypi.org/os_list_imagingutility_v4.json"
|
||||||
|
|
||||||
/* Time synchronization URL (only used on eglfs QPA platform, URL must be HTTP) */
|
/* Time synchronization URL (only used on eglfs QPA platform, URL must be HTTP) */
|
||||||
#define TIME_URL "http://downloads.raspberrypi.org/os_list_imagingutility_v3.json?time_synchronization"
|
#define TIME_URL "http://downloads.raspberrypi.org/os_list_imagingutility_v4.json?time_synchronization"
|
||||||
|
|
||||||
/* Phone home the name of images downloaded for image popularity ranking */
|
/* Phone home the name of images downloaded for image popularity ranking */
|
||||||
#define TELEMETRY_URL "https://rpi-imager-stats.raspberrypi.com/downloads"
|
#define TELEMETRY_URL "https://rpi-imager-stats.raspberrypi.com/downloads"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue