summaryrefslogtreecommitdiff
path: root/cmd/rescribe/embed_darwin.go
AgeCommit message (Collapse)Author
2024-02-01Update getgbook version embedded in MacOS to one which is properly signed, ↵Nick White
to fix it on arm64
2022-10-27Allow completely non-embedded buildsNick White
This enables installs straight from 'go install' or 'fyne install'. It also means warning if a system getgbook isn't found, and erroring if tesseract isn't found (as was done already). The location of getgbook can therefore now be specified on the command line. Embedded builds are enabled with the -tags embed flag, which the makefile sets for all builds.
2022-02-28rescribe: Add embed_darwin.go to include getbook into OSX buildsNick White
2021-08-02rescribe: Add experimental m1 buildNick White
2021-06-29rescribe: Add embed target for darwin (osx) tooNick White
2021-06-21rescribe: Set up so only Tesseract needed for the build platform is embeddedNick White