diff options
author | Nick White <git@njw.name> | 2021-08-02 17:28:03 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-08-02 17:28:03 +0100 |
commit | 1f2a05e466c195dde83effd82c96d4329259d249 (patch) | |
tree | 1121c82dee57876418f00d85d7e94cc8bfb9ce4c /cmd/rescribe/embed_darwin_amd64.go | |
parent | 4b7a4bd1b87d1dbba283e577aa03ce7e390d85d8 (diff) |
rescribe: Add experimental m1 build
Diffstat (limited to 'cmd/rescribe/embed_darwin_amd64.go')
-rw-r--r-- | cmd/rescribe/embed_darwin_amd64.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cmd/rescribe/embed_darwin_amd64.go b/cmd/rescribe/embed_darwin_amd64.go new file mode 100644 index 0000000..719c9cc --- /dev/null +++ b/cmd/rescribe/embed_darwin_amd64.go @@ -0,0 +1,10 @@ +// Copyright 2021 Nick White. +// Use of this source code is governed by the GPLv3 +// license that can be found in the LICENSE file. + +package main + +import _ "embed" + +//go:embed tesseract-osx-v4.1.1.20191227.zip +var tesszip []byte |