From 937b43a530b23fa5cbb6c51cce9db15495d5b3fb Mon Sep 17 00:00:00 2001 From: shimat Date: Mon, 1 Jan 2024 13:23:16 +0900 Subject: [PATCH] Update download_opencv_windows.ps1 --- download_opencv_windows.ps1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/download_opencv_windows.ps1 b/download_opencv_windows.ps1 index 5f009237a..0123bd1c2 100644 --- a/download_opencv_windows.ps1 +++ b/download_opencv_windows.ps1 @@ -2,10 +2,7 @@ $tag = "4.9.0.20231231-beta" $version = "490" $uriArray = @( "https://github.com/shimat/opencv_files/releases/download/${tag}/opencv${version}_win_x64.zip" - "https://github.com/shimat/opencv_files/releases/download/${tag}/opencv${version}_win_x86.zip" - "https://github.com/shimat/opencv_files/releases/download/${tag}/opencv${version}_uwp_x64.zip" - "https://github.com/shimat/opencv_files/releases/download/${tag}/opencv${version}_uwp_x86.zip" - "https://github.com/shimat/opencv_files/releases/download/${tag}/opencv${version}_uwp_ARM.zip" + "https://github.com/shimat/opencv_files/releases/download/${tag}/opencv${version}_win_x86.zip" ) function Download($uri, $outFile) {