From 3e38242251127b6e3c81c2e5fad58c2c2591f243 Mon Sep 17 00:00:00 2001 From: Zenovs <34447646+Zenovs@users.noreply.github.com> Date: Sun, 15 Mar 2026 16:45:41 +0000 Subject: [PATCH] Update install.sh to v2.6.3 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index acd3861..b89df51 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.3" 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"