Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-11 | Simplify flatpak build by removing make rule it usedv1.0.1 | Nick White | |
2022-11-11 | Add flatpak support, including a appdata and .desktop files | Nick White | |
2022-10-30 | rescribe: ensure all embed files are correctly listed in makefile | Nick White | |
2022-10-27 | Allow completely non-embedded builds | Nick 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-03-28 | rescribe: add make clean rule | Nick White | |
2022-03-22 | rescribe: change makefile so intermediate build objects go in build/, final ↵ | Nick White | |
executables go to dist/ | |||
2022-03-21 | rescribe: put darwin builds in darwin/ rather than darwin_universal/ | Nick White | |
2022-02-23 | Add getgbook embedding for darwin | Nick White | |
2022-02-21 | rescribe: add .zip version of .app for mac | Nick White | |
2022-02-09 | rescribe: ensure go generate is called when needed in makefile, and remove ↵ | Nick White | |
unneeded rules | |||
2022-02-09 | rescribe: makefile now supports cross-compiling with fyne | Nick White | |
This also necessitated a version bump to fyne. | |||
2021-08-24 | rescribe: improve makefile to match the way we deploy to the website | Nick White | |
2021-08-18 | rescribe: Update documentation on how to deal with M1 signing, and move ↵ | Nick White | |
makefile to where it makes sense |