From 936417ad3d3a30013edea8590f231cc90957415f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?liy=20=E2=9B=A4?= Date: Wed, 24 Dec 2025 07:12:11 -0600 Subject: [PATCH 1/3] Upload LilySkate.oscmeta --- LilySkate.oscmeta | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 LilySkate.oscmeta diff --git a/LilySkate.oscmeta b/LilySkate.oscmeta new file mode 100644 index 0000000..3846226 --- /dev/null +++ b/LilySkate.oscmeta @@ -0,0 +1,31 @@ +{ + "information": { + "name": "Lily Skate", + "author": "lliy", + "category": "games", + "supported_platforms": [ + "wii", + "vwii", + "wii_mini" + ], + "peripherals": [ + "Wii Remote", + "GameCube Controller" + ], + "version": "1.0" + }, + "source": { + "type": "url", + "format": "zip", + "location": "https://github.com/xOx-Liy-Codez-XD-oXo/lilyskate/releases/download/1.0/lilyskate-1_0.zip" + }, + "treatments": [ + { + "treatment": "contents.move", + "arguments": [ + "lilyskate/", + "apps/lilyskate/" + ] + } + ] +} \ No newline at end of file From 09e64db581b10178833e85fe36b6c6c03933410e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?liy=20=E2=9B=A4?= Date: Wed, 24 Dec 2025 07:13:22 -0600 Subject: [PATCH 2/3] datshit outta be liowercase --- LilySkate.oscmeta => lilyskate.oscmeta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename LilySkate.oscmeta => lilyskate.oscmeta (95%) diff --git a/LilySkate.oscmeta b/lilyskate.oscmeta similarity index 95% rename from LilySkate.oscmeta rename to lilyskate.oscmeta index 3846226..99c2b97 100644 --- a/LilySkate.oscmeta +++ b/lilyskate.oscmeta @@ -28,4 +28,4 @@ ] } ] -} \ No newline at end of file +} From 308caa2a020d392cd8bb79d06664628578cecf08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?liy=20=E2=9B=A4?= Date: Thu, 25 Dec 2025 16:29:27 -0600 Subject: [PATCH 3/3] Update lilyskate and move to right folder --- lilyskate.oscmeta => contents/lilyskate.oscmeta | 7 +++++++ 1 file changed, 7 insertions(+) rename lilyskate.oscmeta => contents/lilyskate.oscmeta (80%) diff --git a/lilyskate.oscmeta b/contents/lilyskate.oscmeta similarity index 80% rename from lilyskate.oscmeta rename to contents/lilyskate.oscmeta index 99c2b97..551f8e5 100644 --- a/lilyskate.oscmeta +++ b/contents/lilyskate.oscmeta @@ -26,6 +26,13 @@ "lilyskate/", "apps/lilyskate/" ] + }, + { + "treatment": "contents.delete", + "arguments": [ + "__MACOSX/" + ] } ] } +