[feat-578] store protonFolder in static config

* changed protonPath to protonFolder
* log stdout for running bsipa executable
This commit is contained in:
silentrald
2024-09-22 13:07:02 +08:00
parent 4a91fa04e7
commit 0398a957ad
17 changed files with 189 additions and 52 deletions
@@ -15,6 +15,7 @@ export enum BSLaunchError{
BS_EXIT_ERROR = "EXIT",
OCULUS_LIB_NOT_FOUND = "OCULUS_LIB_NOT_FOUND",
PROTON_NOT_SET = "PROTON_NOT_SET",
PROTON_NOT_FOUND = "PROTON_NOT_FOUND",
UNKNOWN_ERROR = "UNKNOWN_ERROR",
}
@@ -7,5 +7,4 @@ export interface LaunchOption {
debug?: boolean,
additionalArgs?: string[],
admin?: boolean,
protonPath?: string,
}