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_tessdata.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/rescribe/embed_tessdata.go') diff --git a/cmd/rescribe/embed_tessdata.go b/cmd/rescribe/embed_tessdata.go index ea9ce8f..dbd5f06 100644 --- a/cmd/rescribe/embed_tessdata.go +++ b/cmd/rescribe/embed_tessdata.go @@ -2,7 +2,7 @@ // Use of this source code is governed by the GPLv3 // license that can be found in the LICENSE file. -//go:build embed +//go:build embed || flatpak package main -- cgit v1.2.1-24-ge1ad