update windows link

This commit is contained in:
Israel Paredes 2024-12-20 01:45:42 -06:00
parent c19df270cb
commit ab702288db

View file

@ -131,7 +131,7 @@
switch (OSName) { switch (OSName) {
case "Windows": case "Windows":
downloadButton.addEventListener("click", function() { downloadButton.addEventListener("click", function() {
window.location.href = "https://repos.libreoffice.gob.mx/windows/general/x86_64/Office_24.8.1.2.+gobmx151_Win_x86-64_en-MX_es.msi"; window.location.href = "https://repos.libreoffice.gob.mx/windows/general/x86_64/Office_24.8.1.2.+gobmx16_Win_x86-64_en-MX_es.msi";
}); });
break; break;
case "MacOS": case "MacOS":