Skip to content

Commit

Permalink
Add back Boreal apps at new codeberg locations (#99)
Browse files Browse the repository at this point in the history
* Add back Boreal apps at new codeberg locations

* Fix switched links
  • Loading branch information
boreal-is-back authored Jan 14, 2025
1 parent a033906 commit 90251b5
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 43 deletions.
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
{
"information": {
"name": "GRRLIB Examples Collection",
"author": "boreal",
"category": "demos",
"supported_platforms": [
"wii",
"vwii",
"wii_mini"
],
"peripherals": [
"Wii Remote"
],
"version": "auto"
},
"source": {
"type": "github_release",
"format": "zip",
"repository": "bor-real/GRRLIB-Examples-Collection",
"file": "release.zip"
}
}
{
"information": {
"name": "GRRLIB Examples Collection",
"author": "boreal",
"category": "demos",
"supported_platforms": [
"wii",
"vwii",
"wii_mini"
],
"peripherals": [
"Wii Remote"
],
"version": "auto"
},
"source": {
"type": "url",
"format": "zip",
"location": "https://codeberg.org/boreal/GRRLIB-Examples-Collection/releases/download/latest/release.zip"
}
}
41 changes: 20 additions & 21 deletions removed/SortMii.oscmeta → contents/SortMii.oscmeta
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
{
"information": {
"name": "SortMii",
"author": "boreal",
"category": "demos",
"supported_platforms": [
"wii",
"vwii",
"wii_mini"
],
"peripherals": [
"Wii Remote"
],
"version": "auto"
},
"source": {
"type": "github_release",
"format": "zip",
"repository": "bor-real/SortMii",
"file": "SortMii.zip"
}
{
"information": {
"name": "SortMii",
"author": "boreal",
"category": "demos",
"supported_platforms": [
"wii",
"vwii",
"wii_mini"
],
"peripherals": [
"Wii Remote"
],
"version": "auto"
},
"source": {
"type": "url",
"format": "zip",
"location": "https://codeberg.org/boreal/SortMii/releases/download/latest/SortMii.zip"
}
}

0 comments on commit 90251b5

Please sign in to comment.