Remove legacy runtime deployment paths
This commit is contained in:
@@ -387,9 +387,9 @@ export interface RuntimeDependencyProbe {
|
||||
}
|
||||
|
||||
export interface RuntimeInstallStep {
|
||||
type: "package" | "verified-download" | "steamcmd-app" | "manual";
|
||||
type: "package" | "verified-download" | "manual";
|
||||
targetKey: string;
|
||||
packageManager?: "winget" | "choco" | "scoop" | "apt" | "yum" | "dnf" | "pacman" | "zypper" | "brew" | "steamcmd" | "manual";
|
||||
packageManager?: "winget" | "choco" | "scoop" | "apt" | "yum" | "dnf" | "pacman" | "zypper" | "brew";
|
||||
packageName?: string;
|
||||
version?: string;
|
||||
downloadRef?: string;
|
||||
@@ -444,7 +444,7 @@ export interface RuntimeDLLExtensionProfile {
|
||||
targetKey: string;
|
||||
modKey: string;
|
||||
dllRef: string;
|
||||
scumExecutableChecksum?: `sha256:${string}`;
|
||||
targetExecutableChecksum?: `sha256:${string}`;
|
||||
ue4ssAbi?: string;
|
||||
supportedTargets: [{ os: "windows"; arch: "amd64" }];
|
||||
updateOnStart: true;
|
||||
|
||||
Reference in New Issue
Block a user