From b48c51629f88c70a37c009b15d0131743fbfeb6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole-Andr=C3=A9=20Rodlie?= Date: Tue, 1 Oct 2024 12:20:37 +0200 Subject: [PATCH] Update Linux SDK --- src/scripts/build.sh | 2 +- src/scripts/run_docker.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scripts/build.sh b/src/scripts/build.sh index 1821b4fc6..f9446475a 100755 --- a/src/scripts/build.sh +++ b/src/scripts/build.sh @@ -33,7 +33,7 @@ SDK=20240915 SKIA=d03a4291 URL=https://github.com/friction2d/friction-sdk/releases/download/${SDK} APPIMAGE_TAR=friction-appimage-tools-${APPIMG}.tar.xz -SDK_TAR=friction-vfxplatform-CY2021-sdk-${SDK}.tar.xz +SDK_TAR=friction-vfxplatform-CY2021-sdk-${SDK}v2.tar.xz SKIA_TAR=skia-build-${SKIA}.tar.xz mkdir -p distfiles/sdk || true diff --git a/src/scripts/run_docker.sh b/src/scripts/run_docker.sh index d360fb66f..b8483820a 100755 --- a/src/scripts/run_docker.sh +++ b/src/scripts/run_docker.sh @@ -31,7 +31,7 @@ MKJOBS=${MKJOBS:-32} ONLY_SDK=${ONLY_SDK:-0} LOCAL_BUILD=${LOCAL_BUILD:-1} DOWNLOAD_SDK=${DOWNLOAD_SDK:-0} -SDK_VERSION="20240915" +SDK_VERSION="20240915v2" TAR_VERSION=${TAR_VERSION:-""} DOCKER="docker run"