summaryrefslogtreecommitdiff
path: root/cmd/rescribe/xyz.rescribe.rescribe.yml
AgeCommit message (Collapse)Author
2024-02-17Update flatpak manifest with final correct checksum for v1.2.0Nick White
2024-02-06Update modules URL in flatpak manifestNick White
2024-02-06Fix selecting a custom training file in flatpakNick White
This is done by copying any training to the temporary tesseract directory, and always using that as the TESSDIR. This works as it's writeable (unlike the /app/share directory that flatpak would otherwise work)
2023-02-14Update flatpak build to choose wayland version if in wayland environmentNick White
2023-02-13Update flatpak to new versionNick White
2023-02-13rescribe: enable wayland in flatpak now fyne has good supportNick White
2022-11-17Simplify flatpak rules slightlyNick White
2022-11-12rescribe: improve flatpak build, making it work cross platformNick White
- compile all dependencies from scratch - don't explicitly set GOOS and GOARCH so a flatpak builder can cross-compile properly - switch from embedding compiled dependencies to having the wrapper script specify where the relevant things can be found
2022-11-12Update flatpak to build specific tag & commitNick White
2022-11-11Simplify flatpak build by removing make rule it usedv1.0.1Nick White
2022-11-11rescribe: make flatpak use git rather than local directory to buildNick White
2022-11-11rescribe: disable wayland on flatpak as fyne's support is not mature yetNick White
2022-11-11Add flatpak support, including a appdata and .desktop filesNick White