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"