LiquidFenrir / MultiUpdater

or µpdtr for short, is an updater for 3ds applications/a9lh/b9s payloads rewritten in C++
MIT License
140 stars 18 forks source link

Pattern matching in "inarchive" #27

Closed ValShaped closed 7 years ago

ValShaped commented 7 years ago

The mGBA emulator's folder layout changes based on the build date and release number.

As such, the ability to do this:

    {
        "name": "mGBA",
        "url": "https://github.com/mgba-emu/mgba",
        "inrelease": "mgba-*-3ds.7z",
        "inarchive": "mGBA-*-*-*-*-3ds/mgba.3dsx",
        "path": "/3ds/ftpd/ftpd.3dsx"
    }

Would be amazing. (if this is already implemented, feel free to close.)

LiquidFenrir commented 7 years ago

little note: the check is case-sensitive so the "mgba" in the "inrelease" would have to be "mGBA" too

ValShaped commented 7 years ago

It's "mgba" (all lowercase) but thanks!

LiquidFenrir commented 7 years ago

not the repo name, the release file name. https://vgy.me/QtPagZ.png