[feature-274] add Oculus binary ids to versions json

This commit is contained in:
MathieuG-P
2023-10-23 22:28:56 +02:00
parent c0f2baffa6
commit b576a33293
3 changed files with 76 additions and 6 deletions
+1
View File
@@ -16,6 +16,7 @@ export interface BSVersion extends PartialBSVersion {
oculus?: boolean;
color?: string;
downloadedFrom?: BsStore;
OculusBinaryId?: string;
}