From 957f54073b5cc3a24dad9eef38de189a14f66c3f Mon Sep 17 00:00:00 2001 From: Scott Miller Date: Wed, 25 May 2022 14:00:15 -0400 Subject: [PATCH] update texturepacker url `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