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