raspberrypi / rpi-imager

The home of Raspberry Pi Imager, a user-friendly tool for creating bootable media for Raspberry Pi devices.
https://www.raspberrypi.com/software
Other
1.61k stars 242 forks source link

[OS request] [URL update] Lakka #537

Open ToKe79 opened 1 year ago

ToKe79 commented 1 year ago

Dear mainteners,

I kindly ask to update the URLs in the snippet for the Games and Emulation OS "Lakka" due to changes in the infrastructure.

TL;DR; Substitute nightly with le in the icon and subitems_url keys

Current snippet:

 "os_list": [
        {
            "name": "Lakka",
            "description": "The DIY retro emulation console",
            "icon": "https://nightly.builds.lakka.tv/.rpi-imager/icon.png",
            "website": "https://lakka.tv/",
            "subitems_url": "https://nightly.builds.lakka.tv/.rpi-imager/rpi-imager.json"
        }
    ]

Updated snippet:

 "os_list": [
        {
            "name": "Lakka",
            "description": "The DIY retro emulation console",
            "icon": "https://le.builds.lakka.tv/.rpi-imager/icon.png",
            "website": "https://lakka.tv/",
            "subitems_url": "https://le.builds.lakka.tv/.rpi-imager/rpi-imager.json"
        }
    ]

Thank you!

XECDesign commented 1 year ago

Should be updated accordingly now.

ToKe79 commented 1 year ago

Thank you!

ToKe79 commented 5 months ago

Hi, I just noticed that Lakka does not show up in the Emulation and game OS section of the Raspberry Pi Imager. Was there any reason for removing the distro?