summaryrefslogtreecommitdiff
path: root/cmd/rescribe/makefile
AgeCommit message (Collapse)Author
2024-04-03Add version info to windows and mac buildsHEADmasterNick White
2024-02-16Add make rule for wayland linux versionNick White
2024-02-06Fix signing of MacOS buildNick White
2022-11-17rescribe: add embed tag to fyne packaging, to ensure embedded parts arent ↵Nick White
stripped out
2022-11-11Simplify flatpak build by removing make rule it usedv1.0.1Nick White
2022-11-11Add flatpak support, including a appdata and .desktop filesNick White
2022-10-30rescribe: ensure all embed files are correctly listed in makefileNick White
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-03-28rescribe: add make clean ruleNick White
2022-03-22rescribe: change makefile so intermediate build objects go in build/, final ↵Nick White
executables go to dist/
2022-03-21rescribe: put darwin builds in darwin/ rather than darwin_universal/Nick White
2022-02-23Add getgbook embedding for darwinNick White
2022-02-21rescribe: add .zip version of .app for macNick White
2022-02-09rescribe: ensure go generate is called when needed in makefile, and remove ↵Nick White
unneeded rules
2022-02-09rescribe: makefile now supports cross-compiling with fyneNick White
This also necessitated a version bump to fyne.
2021-08-24rescribe: improve makefile to match the way we deploy to the websiteNick White
2021-08-18rescribe: Update documentation on how to deal with M1 signing, and move ↵Nick White
makefile to where it makes sense