diff --git a/contents/RC24-Clear-Tool.oscmeta b/contents/RC24-Clear-Tool.oscmeta deleted file mode 100644 index 139682f..0000000 --- a/contents/RC24-Clear-Tool.oscmeta +++ /dev/null @@ -1,30 +0,0 @@ -{ - "information": { - "name": "RiiConnect24 Clear Tool", - "author": "RiiConnect24", - "category": "utilities", - "peripherals": [ - "Wii Remote", - "SDHC" - ], - "flags": [ - "writes_to_nand" - ], - "version": "auto" - }, - "source": { - "type": "github_release", - "format": "zip", - "repository": "RiiConnect24/RC24-Clear-Tool", - "file": "RC24-Clear-Tool.*.zip" - }, - "treatments": [ - { - "treatment": "contents.move", - "arguments": [ - "RC24-Clear-Tool/", - "apps/RC24-Clear-Tool/" - ] - } - ] -} \ No newline at end of file diff --git a/contents/WiiLink-File-Clearer.oscmeta b/contents/WiiLink-File-Clearer.oscmeta new file mode 100644 index 0000000..8da9d80 --- /dev/null +++ b/contents/WiiLink-File-Clearer.oscmeta @@ -0,0 +1,25 @@ +{ + "information": { + "name": "WiiLink File Clearer", + "author": "WiiLink", + "category": "utilities", + "supported_platforms": [ + "wii", + "vwii", + "wii_mini" + ], + "peripherals": [ + "Wii Remote" + ], + "flags": [ + "writes_to_nand" + ], + "version": "auto" + }, + "source": { + "type": "github_release", + "format": "zip", + "repository": "WiiLink24/File-Clearer", + "file": "WiiLink-File-Clearer.zip" + } +}