Skip to content

New Custom Archive Type

Latest
Compare
Choose a tag to compare
@mattpannella mattpannella released this 06 Nov 02:37
· 10 commits to main since this release
4361ca3

There is a new type of archive you can configure in your settings, that lets you set up a custom core specific archive with a file extension filter. Can be used to set up, for example, your own archive with a full SNES rom set, and then have pupdate auto-download the set when you run the asset downloader

Example:

{
        "name": "agg23.SNES",
        "type": "core_specific_custom_archive",
        "archive_name": "my-snes-archive",
        "url": "https://www.mycoolsite.net/stuff",
        "index": "index.php",
        "file_extensions": [
          ".smc"
        ],
        "enabled": true
      }

What's Changed

Full Changelog: 3.19.1...3.20.0