From edde3241381384b21f8b6451d95d273c8fba6c26 Mon Sep 17 00:00:00 2001 From: "Tom Dewey tom.dewey@raspberrypi.com" Date: Mon, 23 Oct 2023 11:33:29 +0100 Subject: [PATCH] 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. --- src/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.h b/src/config.h index 7262339..65033bc 100644 --- a/src/config.h +++ b/src/config.h @@ -8,10 +8,10 @@ /* 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) */ -#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 */ #define TELEMETRY_URL "https://rpi-imager-stats.raspberrypi.com/downloads"