Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-17 | Update flatpak manifest with final correct checksum for v1.2.0 | Nick White | |
2024-02-06 | Update modules URL in flatpak manifest | Nick White | |
2024-02-06 | Fix selecting a custom training file in flatpak | Nick 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-14 | Update flatpak build to choose wayland version if in wayland environment | Nick White | |
2023-02-13 | Update flatpak to new version | Nick White | |
2023-02-13 | rescribe: enable wayland in flatpak now fyne has good support | Nick White | |
2022-11-17 | Simplify flatpak rules slightly | Nick White | |
2022-11-12 | rescribe: improve flatpak build, making it work cross platform | Nick 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-12 | Update flatpak to build specific tag & commit | Nick White | |
2022-11-11 | Simplify flatpak build by removing make rule it usedv1.0.1 | Nick White | |
2022-11-11 | rescribe: make flatpak use git rather than local directory to build | Nick White | |
2022-11-11 | rescribe: disable wayland on flatpak as fyne's support is not mature yet | Nick White | |
2022-11-11 | Add flatpak support, including a appdata and .desktop files | Nick White | |