From 2b48e3c5ca5e7243720171049b75da8c27673c2a Mon Sep 17 00:00:00 2001 From: Alejandro Rosales Date: Wed, 28 May 2025 07:49:34 -0600 Subject: [PATCH] Update image download URL in script to use CDN for improved reliability --- Políticas/cargar_imagen.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Políticas/cargar_imagen.cmd b/Políticas/cargar_imagen.cmd index 4cb1a11..3e88f53 100644 --- a/Políticas/cargar_imagen.cmd +++ b/Políticas/cargar_imagen.cmd @@ -7,7 +7,7 @@ if not exist "C:\shared" ( ) :: Descargar la imagen -powershell -Command "Invoke-WebRequest -Uri 'https://explorer.apps.lci.ulsa.mx/files/sistemas/centro-experiencia/img0.jpg' -OutFile 'C:\shared\img0.jpg'" +powershell -Command "Invoke-WebRequest -Uri 'https://cdn.apps.lci.ulsa.mx/centro-experiencia/img0.jpg' -OutFile 'C:\shared\img0.jpg'" echo Imagen descargada a C:\shared\img0.jpg pause