Skip to content

Commit

Permalink
Add runtime/name field to pimax-openxr.json
Browse files Browse the repository at this point in the history
This is an optional field so tools shouldn't require it, but some do (*cough* my bad)
  • Loading branch information
fredemmott authored and mbucchia committed Sep 22, 2023
1 parent 778a547 commit b64ec5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pimax-openxr/pimax-openxr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"file_format_version": "1.0.0",
"runtime": {
"library_path": ".\\pimax-openxr.dll"
"library_path": ".\\pimax-openxr.dll",
"name": "PimaxXR"
}
}
}

0 comments on commit b64ec5a

Please sign in to comment.