From 5fe4f1efd6d88420d8a4947540bcee1ab2e55d52 Mon Sep 17 00:00:00 2001 From: Zenovs <34447646+Zenovs@users.noreply.github.com> Date: Sun, 15 Mar 2026 17:03:19 +0000 Subject: [PATCH] Update install.sh to v2.6.4 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index acd3861..83252e9 100755 --- a/install.sh +++ b/install.sh @@ -16,7 +16,7 @@ YELLOW='\033[1;33m' NC='\033[0m' # No Color # Variablen -VERSION="2.6.2" +VERSION="2.6.4" APPIMAGE_URL="https://github.com/Zenovs/coremail/releases/download/v${VERSION}/CoreMail.Desktop-${VERSION}.AppImage" ICON_BASE_URL="https://raw.githubusercontent.com/Zenovs/coremail/initial-code/public/icons"