summaryrefslogtreecommitdiff
path: root/cmd/rescribe/embed_linux.go
diff options
context:
space:
mode:
authorNick White <git@njw.name>2022-02-23 12:56:36 +0000
committerNick White <git@njw.name>2022-02-23 12:56:36 +0000
commita4d9ca8671292f9028db51748f4f028746d9bdef (patch)
tree56f3bc34ea6cc7ca2a48f50e25c0ae8b736c0e1f /cmd/rescribe/embed_linux.go
parent2c29e91bd98a1354d0cc4772ca629e3f1fc327b5 (diff)
rescribe: Add embedded support for getgbook, for linux only so far
Diffstat (limited to 'cmd/rescribe/embed_linux.go')
-rw-r--r--cmd/rescribe/embed_linux.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/rescribe/embed_linux.go b/cmd/rescribe/embed_linux.go
index c720b6e..eb09dce 100644
--- a/cmd/rescribe/embed_linux.go
+++ b/cmd/rescribe/embed_linux.go
@@ -8,3 +8,6 @@ import _ "embed"
//go:embed tesseract-linux-v5.0.0-alpha.20210510.zip
var tesszip []byte
+
+//go:embed getgbook-linux-cac42fb.zip
+var gbookzip []byte