diff --git a/src/config.h b/src/config.h index 6fa0b5a..3527123 100644 --- a/src/config.h +++ b/src/config.h @@ -8,7 +8,7 @@ /* Repository URL */ -#define OSLIST_URL "https://raw.githubusercontent.com/cmclark00/retro-imager/refs/heads/dev/src/os_list.json" +#define OSLIST_URL "https://raw.githubusercontent.com/cmclark00/retro-imager/refs/heads/fix/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" diff --git a/src/icons/banner.png b/src/icons/banner.png index c7a9766..000982c 100644 Binary files a/src/icons/banner.png and b/src/icons/banner.png differ diff --git a/src/icons/icon.ico b/src/icons/icon.ico deleted file mode 100644 index 9ca2554..0000000 Binary files a/src/icons/icon.ico and /dev/null differ diff --git a/src/icons/rpi-imager.ico b/src/icons/rpi-imager.ico index ecb494b..bf62901 100644 Binary files a/src/icons/rpi-imager.ico and b/src/icons/rpi-imager.ico differ diff --git a/src/main.qml b/src/main.qml index 87c99b0..1ea3ca0 100644 --- a/src/main.qml +++ b/src/main.qml @@ -68,7 +68,7 @@ ApplicationWindow { Image { id: image - source: "icons/logo_sxs_imager.png" + source: "icons/banner.png" width: window.width * 1 height: window.height / 3 smooth: true diff --git a/src/qml.qrc b/src/qml.qrc index 8dcca05..d86215f 100644 --- a/src/qml.qrc +++ b/src/qml.qrc @@ -32,7 +32,7 @@ icons/cat_language_specific_operating_systems.png icons/cat_3d_printing.png icons/logo_stacked_imager.png - icons/logo_sxs_imager.png + icons/banner.png qmlcomponents/ImButton.qml qmlcomponents/ImButtonRed.qml qmlcomponents/ImCheckBox.qml