From 6dee370afcfa43cbc6b87d683648c4d5f90b545b Mon Sep 17 00:00:00 2001 From: Diego Date: Sun, 5 Apr 2026 21:15:32 -0300 Subject: [PATCH 1/4] Add PieChart (v0.8) Added PieChart homebrew game using GameBrew source. --- contents/piechart.oscmeta | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 contents/piechart.oscmeta diff --git a/contents/piechart.oscmeta b/contents/piechart.oscmeta new file mode 100644 index 0000000..372c2ae --- /dev/null +++ b/contents/piechart.oscmeta @@ -0,0 +1,25 @@ +{ + "information": { + "name": "PieChart", + "author": "Dude2kx", + "author_preferred_contacts": "", + "category": "games", + "version": "0.8", + "peripherals": ["Wii Remote"] + }, + "source": { + "type": "url", + "format": "7z", + "location": "https://dlhb.gamebrew.org/wiihomebrews/piechartwii.7z" + }, + "treatments": [ + { + "treatment": "archive.extract", + "arguments": ["PieChart_0.8.rar", "./"] + }, + { + "treatment": "contents.move", + "arguments": ["PieChart/", "apps/piechart/"] + } + ] +} \ No newline at end of file From 554b41bd48b237c86cc9c5e61d0279f4f8ceee8b Mon Sep 17 00:00:00 2001 From: Diego Date: Wed, 8 Apr 2026 13:26:18 -0300 Subject: [PATCH 2/4] Update source format and location for PieChart --- contents/piechart.oscmeta | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/contents/piechart.oscmeta b/contents/piechart.oscmeta index 372c2ae..1a2c4b5 100644 --- a/contents/piechart.oscmeta +++ b/contents/piechart.oscmeta @@ -9,17 +9,13 @@ }, "source": { "type": "url", - "format": "7z", - "location": "https://dlhb.gamebrew.org/wiihomebrews/piechartwii.7z" + "format": "rar", + "location": "https://filetrip.net/files/f/23776-PieChart_0.8.rar" }, "treatments": [ - { - "treatment": "archive.extract", - "arguments": ["PieChart_0.8.rar", "./"] - }, { "treatment": "contents.move", "arguments": ["PieChart/", "apps/piechart/"] } ] -} \ No newline at end of file +} From a15b96978c8a20832faa535191024ebcffc8b8b7 Mon Sep 17 00:00:00 2001 From: Diego Date: Thu, 9 Apr 2026 17:11:22 -0300 Subject: [PATCH 3/4] Update treatment arguments for piechart move --- contents/piechart.oscmeta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/piechart.oscmeta b/contents/piechart.oscmeta index 1a2c4b5..faa15cd 100644 --- a/contents/piechart.oscmeta +++ b/contents/piechart.oscmeta @@ -15,7 +15,7 @@ "treatments": [ { "treatment": "contents.move", - "arguments": ["PieChart/", "apps/piechart/"] + "arguments": ["PieChart/*", "apps/piechart/"] } ] } From c900e57b7b26bee5e15911cb1e581f259aa5417b Mon Sep 17 00:00:00 2001 From: Artuto Date: Thu, 9 Apr 2026 14:32:44 -0600 Subject: [PATCH 4/4] Fix this --- contents/piechart.oscmeta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/piechart.oscmeta b/contents/piechart.oscmeta index faa15cd..1a2c4b5 100644 --- a/contents/piechart.oscmeta +++ b/contents/piechart.oscmeta @@ -15,7 +15,7 @@ "treatments": [ { "treatment": "contents.move", - "arguments": ["PieChart/*", "apps/piechart/"] + "arguments": ["PieChart/", "apps/piechart/"] } ] }