From e43cc7cbdb05b983f51c5ebd219662e41b195cba Mon Sep 17 00:00:00 2001 From: sctech-tr <100468871+sctech-tr@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:10:56 +0300 Subject: [PATCH] Create wcalc.oscmeta --- contents/wcalc.oscmeta | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 contents/wcalc.oscmeta diff --git a/contents/wcalc.oscmeta b/contents/wcalc.oscmeta new file mode 100644 index 0000000..0c3cd54 --- /dev/null +++ b/contents/wcalc.oscmeta @@ -0,0 +1,23 @@ +{ + "information": { + "name": "wcalc", + "author": "sctech-tr", + "author_preferred_contacts": "", + "category": "utilities", + "version": "auto", + "supported_platforms": ["wii", "vwii", "wii_mini"], + "peripherals": ["Wii Remote"] + }, + "source": { + "type": "github_release", + "format": "7z", + "repository": "sctech-tr/wcalc", + "file": "wcalc.7z" + }, + "treatments": [ + { + "treatment": "contents.move", + "arguments": ["wcalc/", "apps/wcalc/"] + } + ] +}