Update image download URL in script to use CDN for improved reliability

This commit is contained in:
2025-05-28 07:49:34 -06:00
parent 1b3de2f223
commit 2b48e3c5ca

View File

@@ -7,7 +7,7 @@ if not exist "C:\shared" (
) )
:: Descargar la imagen :: 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 echo Imagen descargada a C:\shared\img0.jpg
pause pause