summaryrefslogtreecommitdiff
path: root/cmd/rescribe/getembeds.go
diff options
context:
space:
mode:
authorNick White <git@njw.name>2021-06-29 12:38:44 +0100
committerNick White <git@njw.name>2021-06-29 12:38:44 +0100
commita798db15135d56205bbe3660741b53837094914b (patch)
tree161cd7ee0a0ee13e03971c2983c9e49beac3d505 /cmd/rescribe/getembeds.go
parentb729f98ac46e3a004eb59732705506bda22a7a03 (diff)
rescribe: Add embed target for darwin (osx) too
Diffstat (limited to 'cmd/rescribe/getembeds.go')
-rw-r--r--cmd/rescribe/getembeds.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/rescribe/getembeds.go b/cmd/rescribe/getembeds.go
index e59e888..a3edaf2 100644
--- a/cmd/rescribe/getembeds.go
+++ b/cmd/rescribe/getembeds.go
@@ -43,6 +43,7 @@ func main() {
urls := []string {
"https://rescribe.xyz/rescribe/embeds/tessdata.20210622.zip",
"https://rescribe.xyz/rescribe/embeds/tesseract-linux-v5.0.0-alpha.20210510.zip",
+ "https://rescribe.xyz/rescribe/embeds/tesseract-osx-v4.1.1.20191227.zip",
"https://rescribe.xyz/rescribe/embeds/tesseract-w32-v5.0.0-alpha.20210506.zip",
}
for _, v := range urls {