mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[feat] support %command% env args to windows and oculus
* refactored additionalArgs to command and change its type to string instead of string array
This commit is contained in:
@@ -14,6 +14,6 @@ export type LaunchMod = typeof LaunchMods[keyof typeof LaunchMods];
|
||||
export interface LaunchOption {
|
||||
version: BSVersion,
|
||||
launchMods?: LaunchMod[],
|
||||
additionalArgs?: string[],
|
||||
command?: string,
|
||||
admin?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user