From 56e1154e409d0a6d45f0a5cd8301412782e6d41a Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Thu, 11 Mar 2021 12:56:07 -0600 Subject: [PATCH] build: Use Proton SDK 0.20210126.1-1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 41ea3d4c..29dec676 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ ifneq ($(unstripped),) DEPLOY_DIR := $(DEPLOY_DIR)_unstripped endif -protonsdk_version := 0.20210126.1-0 +protonsdk_version := 0.20210126.1-1 CONFIGURE_CMD := ../proton/configure.sh \ --steam-runtime-image=registry.gitlab.steamos.cloud/proton/soldier/sdk:$(protonsdk_version) \ --build-name="$(_build_name)"