mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[feat-578] store protonFolder in static config
* changed protonPath to protonFolder * log stdout for running bsipa executable
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user