Merge pull request #749 from silentrald/bugfix/linux-env-parser

[feat] inject env vars to launch options with steam format %command%
This commit is contained in:
MathieuG-P
2025-01-28 14:10:04 +01:00
committed by GitHub
20 changed files with 306 additions and 60 deletions
@@ -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
}