-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ResoniteModSettings and badhaloninja author info (#14)
* 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
1 parent
b999d1b
commit 0a7a707
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
}] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} |