Change runnable-texturepacker url for decoupling s3 geo infomation.

Signed-off-by: ArmstrongCN <armstrong@sweelia.com>
pull/1571/head
ArmstrongCN 7 months ago
parent 0713c850ec
commit 2a878fe397

@ -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

Loading…
Cancel
Save