Skip to content

Commit

Permalink
Update download_tesseract_windows.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
shimat authored Jul 11, 2023
1 parent f3072f6 commit b50ea9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_tesseract_windows.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$uriArray = @(
"https://github.com/shimat/tesseract_vcpkg/releases/download/2023.07.06-beta/tesseract_vcpkg.0.0.8-beta.nupkg"
"https://github.com/shimat/tesseract_vcpkg/releases/download/2023.07.06/tesseract_vcpkg.0.0.8-beta.nupkg"
)

function Download($uri, $outFile) {
Expand Down

0 comments on commit b50ea9b

Please sign in to comment.