From 2a878fe397ddb72695df5248041593a26081d7e9 Mon Sep 17 00:00:00 2001 From: ArmstrongCN Date: Sat, 21 Oct 2023 13:56:26 +0800 Subject: [PATCH] Change runnable-texturepacker url for decoupling s3 geo infomation. Signed-off-by: ArmstrongCN --- 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 61786883..271e6f8c 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-nightlies.s3.eu-central-1.amazonaws.com/libgdx-runnables/runnable-texturepacker.jar"; +const runnableTPSource = "https://libgdx-nightlies.s3.amazonaws.com/libgdx-runnables/runnable-texturepacker.jar"; function gulptasksImageResources($, gulp, buildFolder) { // Lossless options