From f463237e3cda7cba5af2f062eb44a2798daf7b49 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 9 Apr 2024 00:56:06 +0100 Subject: Fix flatpak tessdata sourcing to ensure all files are available to it --- cmd/rescribe/embed_other.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cmd/rescribe/embed_other.go') diff --git a/cmd/rescribe/embed_other.go b/cmd/rescribe/embed_other.go index ac9ce3a..190a051 100644 --- a/cmd/rescribe/embed_other.go +++ b/cmd/rescribe/embed_other.go @@ -6,8 +6,7 @@ package main -// if not one of the above platforms, we won't embed anything, so -// just create empty byte slices +// if not one of the above platforms, we won't embed tesseract +// or getgbook, so just create empty byte slices var tesszip []byte var gbookzip []byte -var tessdatazip []byte -- cgit v1.2.1-24-ge1ad