feat: active_runtime.json builder, can write and dump

This commit is contained in:
Gabriele Musco 2023-06-09 22:17:06 +02:00
commit 51d738e101
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE
4 changed files with 104 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
"file_format_version" : "1.0.0",
"runtime" :
{
"VALVE_runtime_is_steamvr" : true,
"library_path" : "/home/user/.local/share/Steam/steamapps/common/SteamVR/bin/linux64/vrclient.so",
"name" : "SteamVR"
}
}