diff options
author | Nick White <git@njw.name> | 2022-02-24 12:25:41 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2022-02-24 12:25:41 +0000 |
commit | 9723b4bd7083a5e58a88cf2c3f0031f5c6e59096 (patch) | |
tree | 20a805d285f831822487c735ac6b02b1c7f7c6f0 /cmd/rescribe/embed_windows.go | |
parent | 743f56f43aac7cb2a18de468aeca8eb8ecfdcedf (diff) |
rescribe: Add embedded getgbook
Diffstat (limited to 'cmd/rescribe/embed_windows.go')
-rw-r--r-- | cmd/rescribe/embed_windows.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/rescribe/embed_windows.go b/cmd/rescribe/embed_windows.go index c447624..3e49161 100644 --- a/cmd/rescribe/embed_windows.go +++ b/cmd/rescribe/embed_windows.go @@ -8,3 +8,6 @@ import _ "embed" //go:embed tesseract-w32-v5.0.0-alpha.20210506.zip var tesszip []byte + +//go:embed getgbook-w32-c2824685.zip +var gbookzip []byte |