Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
added vrmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
I5UCC committed Sep 24, 2022
1 parent 6fcd1df commit dcc546b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions VRCTextboxOSC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
</ItemGroup>

<ItemGroup>
<None Update="app.vrmanifest">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="config.ini">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down
18 changes: 18 additions & 0 deletions app.vrmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"source": "builtin",
"applications": [
{
"app_key": "i5ucc.TextboxOSC",
"launch_type": "binary",
"binary_path_windows": "./VRCTextboxOSC.exe",
"is_dashboard_overlay": true,

"strings": {
"en_us": {
"name": "VRCTextboxOSC",
"description": "OSC Textbox for VRChat."
}
}
}
]
}

0 comments on commit dcc546b

Please sign in to comment.