[feature-274] Can now launch downgraded version from Oculus

This commit is contained in:
MathieuG-P
2023-11-03 15:11:35 +01:00
parent f45698121f
commit 9b7fa23016
17 changed files with 404 additions and 183 deletions
@@ -5,6 +5,5 @@ export interface LaunchOption {
oculus?: boolean,
desktop?: boolean,
debug?: boolean,
additionalArgs?: string[],
skipAlreadyRunning?: boolean
additionalArgs?: string[]
}