From 97602aa2800950350a6945ea15404e1aa562a995 Mon Sep 17 00:00:00 2001 From: Arshia Mohammadei Date: Thu, 23 Jul 2026 03:59:09 +0330 Subject: [PATCH] update --- install/install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.ps1 b/install/install.ps1 index 148830b..6bf38a4 100644 --- a/install/install.ps1 +++ b/install/install.ps1 @@ -30,7 +30,7 @@ try { Write-Host " ✅ Version: $Version" -ForegroundColor $Green Write-Host "" -$Asset = "hive-windows.exe" +$Asset = "hive.exe" $DownloadUrl = "https://github.com/$Repo/releases/download/$Version/$Asset" Write-Host " ⬇️ Downloading Hive..." -ForegroundColor $Yellow