From 607081bbaab228f41ebfe1f7aa0e993ab134c205 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 27 Oct 2020 01:01:58 +0900 Subject: [vim] Download latest binary to meet version requirement --- install.ps1 | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'install.ps1') diff --git a/install.ps1 b/install.ps1 index f29ed6b2..773421fe 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,11 +1,5 @@ $version="0.23.1" -if ([Environment]::Is64BitProcess) { - $binary_arch="amd64" -} else { - $binary_arch="386" -} - $fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition function check_binary () { @@ -68,6 +62,6 @@ function download { check_binary >$null } -download "fzf-$version-windows_$binary_arch.zip" +download "fzf-$version-windows_amd64.zip" Write-Host 'For more information, see: https://github.com/junegunn/fzf' -- cgit v1.2.3