From 499cf67ff237a7261a52836c8384a4ecc50c972d Mon Sep 17 00:00:00 2001 From: cmclark00 Date: Tue, 13 Aug 2024 01:51:45 -0400 Subject: [PATCH] updating url location --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 3fbbd2f..fd5f285 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/qml/src/os_list.json" +#define OSLIST_URL "https://raw.githubusercontent.com/cmclark00/retro-imager/qml/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"