From 28aeb63901c47dca236ccfb4db2f111086338c59 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Thu, 12 Jan 2023 15:00:05 +0200 Subject: [PATCH] build: Switch over to sniper-based SDK container. --- configure.sh | 2 +- toolmanifest_runtime.vdf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.sh b/configure.sh index b4298f21..0eab694c 100755 --- a/configure.sh +++ b/configure.sh @@ -179,7 +179,7 @@ function configure() { # Parse arguments # -arg_protonsdk_image="registry.gitlab.steamos.cloud/proton/soldier/sdk:0.20220601.0-4" +arg_protonsdk_image="registry.gitlab.steamos.cloud/proton/sniper/sdk:0.20221017.1-0" arg_build_name="" arg_container_engine="" arg_docker_opts="" diff --git a/toolmanifest_runtime.vdf b/toolmanifest_runtime.vdf index a5d0356c..beddcbbb 100644 --- a/toolmanifest_runtime.vdf +++ b/toolmanifest_runtime.vdf @@ -2,7 +2,7 @@ { "version" "2" "commandline" "/proton %verb%" - "require_tool_appid" "1391110" + "require_tool_appid" "1628350" "use_sessions" "1" "compatmanager_layer_name" "proton" }