Skip to content

Commit

Permalink
Update download_opencv_windows.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
shimat authored Jan 1, 2024
1 parent 15209fa commit 937b43a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions download_opencv_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 937b43a

Please sign in to comment.