We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3072f6 commit b50ea9bCopy full SHA for b50ea9b
download_tesseract_windows.ps1
@@ -1,5 +1,5 @@
1
$uriArray = @(
2
- "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"
3
)
4
5
function Download($uri, $outFile) {
0 commit comments