From d99b68784ceb7eaad8f46b1f77798e2a2781f03a Mon Sep 17 00:00:00 2001 From: Scott Miller Date: Sun, 5 Jun 2022 15:16:37 -0400 Subject: [PATCH] update texturepacker url (#1423) `runnable-texturepacker.jar` seems to have moved. This is the current address according to https://libgdx.com/wiki/tools/texture-packer --- gulp/image-resources.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp/image-resources.js b/gulp/image-resources.js index 33df234d..61786883 100644 --- a/gulp/image-resources.js +++ b/gulp/image-resources.js @@ -18,7 +18,7 @@ const nonImageResourcesGlobs = ["../res/**/*.woff2", "../res/*.ico", "../res/**/ const imageResourcesGlobs = ["../res/**/*.png", "../res/**/*.svg", "../res/**/*.jpg", "../res/**/*.gif"]; // Link to download LibGDX runnable-texturepacker.jar -const runnableTPSource = "https://libgdx.badlogicgames.com/ci/nightlies/runnables/runnable-texturepacker.jar"; +const runnableTPSource = "https://libgdx-nightlies.s3.eu-central-1.amazonaws.com/libgdx-runnables/runnable-texturepacker.jar"; function gulptasksImageResources($, gulp, buildFolder) { // Lossless options