Skip to content

Commit

Permalink
Add ResoniteModSettings and badhaloninja author info (#14)
Browse files Browse the repository at this point in the history
* Add ResoniteModSettings and badhaloninja info

* Fix release urls

* Fix trailing comma in author.json and fix changelog being in the wrong place
not sure how that one happened
  • Loading branch information
badhaloninja authored Dec 23, 2023
1 parent b999d1b commit 0a7a707
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
17 changes: 17 additions & 0 deletions manifest/ninja.badhalo/ResoniteModSettings/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "ResoniteModSettings",
"id": "ninja.badhalo.ModSettings",
"description": "Adds a dash screen to show mods and edit their configs",
"category": "Dashboard",
"sourceLocation": "https://github.com/badhaloninja/ResoniteModSettings",
"versions": {
"2.1.3": {
"releaseUrl": "https://github.com/badhaloninja/ResoniteModSettings/releases/tag/v2.1.3",
"changelog": "- Updated harmony ID to `ninja.badhalo.ModSettings`\n- Cleaned up build files",
"artifacts": [{
"url": "https://github.com/badhaloninja/ResoniteModSettings/releases/download/v2.1.3/ResoniteModSettings.dll",
"sha256": "d9a1773951301cdad47fa5ed1b4afd5bea33f994e2f7d8834a26eaf738a5a933"
}]
}
}
}
10 changes: 10 additions & 0 deletions manifest/ninja.badhalo/author.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"author": {
"badhaloninja": {
"url": "https://github.com/badhaloninja",
"icon": "https://stuff.badhalo.ninja/icon/animated/webp/icon.webp",
"website": "https://badhalo.ninja/",
"support": "https://ko-fi.com/badhaloninja"
}
}
}

0 comments on commit 0a7a707

Please sign in to comment.