From 84e7f55045954707575a760dfbb9057f8aab8f6b Mon Sep 17 00:00:00 2001 From: cmclark00 Date: Mon, 14 Oct 2024 19:26:15 -0400 Subject: [PATCH] updating config.h --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 0fe96d7..7fbcfde 100644 --- a/src/config.h +++ b/src/config.h @@ -8,7 +8,7 @@ /* Repository URL */ -#define OSLIST_URL "https://github.com/cmclark00/retro-imager/blob/cb5f862cef09aabb1fd4bab4a1ebd5f93242ac92/src/os_list.json" +#define OSLIST_URL "https://github.com/cmclark00/retro-imager/blob/4efce3223bbc51eebb42b27f5f13d37dbe4d1dae/src/os_list.json" /* Time synchronization URL (only used on eglfs QPA platform, URL must be HTTP) */ #define TIME_URL "http://downloads.raspberrypi.org/os_list_imagingutility_v4.json?time_synchronization"