From 909309cc2e4a11323de5c0c5743c6b28d6e15567 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub Date: Sat, 15 Aug 2026 12:49:58 -0600 Subject: [PATCH] WIN32: fix installer theme download URL. --- win32/installer/zoitechat.iss.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/installer/zoitechat.iss.tt b/win32/installer/zoitechat.iss.tt index 1c8204ec..765f2c7b 100644 --- a/win32/installer/zoitechat.iss.tt +++ b/win32/installer/zoitechat.iss.tt @@ -373,10 +373,10 @@ begin idpClearFiles; if WizardIsComponentSelected('themes\windows10') then - idpAddFile('https://dl.zoitechat.zoite.net/themes/GTK3Themes/Windows-10-3.2.1.zip', ExpandConstant('{tmp}\Windows-10-3.2.1.zip')); + idpAddFile('https://dl.zoitechat.org/themes/GTK3Themes/Windows-10-3.2.1.zip', ExpandConstant('{tmp}\Windows-10-3.2.1.zip')); if WizardIsComponentSelected('themes\windows10dark') then - idpAddFile('https://dl.zoitechat.zoite.net/themes/GTK3Themes/Windows-10-Dark-3.2.1-dark.zip', ExpandConstant('{tmp}\Windows-10-Dark-3.2.1-dark.zip')); + idpAddFile('https://dl.zoitechat.org/themes/GTK3Themes/Windows-10-Dark-3.2.1-dark.zip', ExpandConstant('{tmp}\Windows-10-Dark-3.2.1-dark.zip')); if not WizardIsTaskSelected('portable') then begin