diff --git a/contents/WSR-Patcher.oscmeta b/contents/WSR-Patcher.oscmeta new file mode 100644 index 0000000..0a638c4 --- /dev/null +++ b/contents/WSR-Patcher.oscmeta @@ -0,0 +1,45 @@ +{ + "information": { + "name": "Wii Sports Resort Patcher", + "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/WSR-Patcher", + "file": "WSR-Patcher.zip" + }, + "treatments": [ + { + "treatment": "contents.delete", + "arguments": [ + "__MACOSX/" + ] + }, + { + "treatment": "contents.delete", + "arguments": [ + "apps/.DS_Store" + ] + }, + { + "treatment": "contents.delete", + "arguments": [ + "apps/WSR-Patcher/.DS_Store" + ] + } + ] +}