summaryrefslogtreecommitdiff
path: root/cmd/rescribe/embed_linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/rescribe/embed_linux.go')
-rw-r--r--cmd/rescribe/embed_linux.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/rescribe/embed_linux.go b/cmd/rescribe/embed_linux.go
index c720b6e..3cfd18b 100644
--- a/cmd/rescribe/embed_linux.go
+++ b/cmd/rescribe/embed_linux.go
@@ -2,9 +2,14 @@
// Use of this source code is governed by the GPLv3
// license that can be found in the LICENSE file.
+//go:build embed
+
package main
import _ "embed"
//go:embed tesseract-linux-v5.0.0-alpha.20210510.zip
var tesszip []byte
+
+//go:embed getgbook-linux-cac42fb.zip
+var gbookzip []byte