Skip to content

Commit b50ea9b

Browse files
authored
Update download_tesseract_windows.ps1
1 parent f3072f6 commit b50ea9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download_tesseract_windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$uriArray = @(
2-
"https://github.com/shimat/tesseract_vcpkg/releases/download/2023.07.06-beta/tesseract_vcpkg.0.0.8-beta.nupkg"
2+
"https://github.com/shimat/tesseract_vcpkg/releases/download/2023.07.06/tesseract_vcpkg.0.0.8-beta.nupkg"
33
)
44

55
function Download($uri, $outFile) {

0 commit comments

Comments
 (0)