Skip to content

Commit

Permalink
(modassistant): add modassistant
Browse files Browse the repository at this point in the history
  • Loading branch information
skiletro committed Oct 24, 2024
1 parent f2dffc3 commit 1e1cafb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ To make a new manifest contribution, please read the [Contributing Guide](https:

| Manifest | Description |
|----------|-------------|
| [ALVR](https://github.com/alvr-org/ALVR) | Alternative to Oculus Link App, to play PCVR games wirelessly using [SteamVR](https://www.steamvr.com/). Fork of original [polygraphene/ALVR](https://github.com/polygraphene/ALVR) |
| [ALVR](https://github.com/alvr-org/ALVR) | Alternative to Oculus Link App, to play PCVR games wirelessly using [SteamVR](https://www.steamvr.com/). Fork of original [polygraphene/ALVR](https://github.com/polygraphene/ALVR) |
| [Mod Assistant](https://github.com/bsmg/ModAssistant) | Simple Beat Saber Mod Installer |
17 changes: 17 additions & 0 deletions bucket/modassistant.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": "1.1.33",
"description": "Simple Beat Saber Mod Installer",
"homepage": "https://github.com/bsmg/ModAssistant",
"license": "MIT",
"url": "https://github.com/bsmg/ModAssistant/releases/download/v1.1.33/ModAssistant.exe",
"shortcuts": [
[
"ModAssistant.exe",
"Mod Assistant"
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/bsmg/ModAssistant/releases/download/v$version/ModAssistant.exe"
}
}

0 comments on commit 1e1cafb

Please sign in to comment.