Skip to content

Commit

Permalink
Corrected WiiMC onlinemedia download (#72)
Browse files Browse the repository at this point in the history
* Corrected the web download

The XML file does not go to apps/WiiMC-SS
It goes to /wiimc

* Update download link

* Updating download link

* Also correct WiiMC

---------

Co-authored-by: Artuto <[email protected]>
  • Loading branch information
Gemdation and Artuto authored Jul 6, 2024
1 parent 3fb89d9 commit 1d1ec35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions contents/WiiMC-SS.oscmeta
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
{
"treatment": "web.download",
"arguments": [
"http://riitube.rc24.xyz/onlinemedia.xml",
"apps/WiiMC-SS/onlinemedia.xml"
"https://riitube.rc24.xyz/onlinemedia.xml",
"apps/wiimc/onlinemedia.xml"
]
}
]
}
}
4 changes: 2 additions & 2 deletions contents/wiimc.oscmeta
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
{
"treatment": "web.download",
"arguments": [
"http://riitube.rc24.xyz/onlinemedia.xml",
"https://riitube.rc24.xyz/onlinemedia.xml",
"apps/wiimc/onlinemedia.xml"
]
}
]
}
}

0 comments on commit 1d1ec35

Please sign in to comment.