Results 20 comments of Arto Jonsson

https://doc.qt.io/qt-6/cmake-command-reference.html#qt6-linguisttools

This seems to be issue with the engine rather than Cute Chess.

This is still an issue, please do not close this as stale.

I think this should be solved by having a proper inter-process communication (IPC) mechanisms, such as named pipe, local socket or similar. Then, you would have another application that sends...

I think the remaining occurrence is a good opportunity for first time contributors so I'll add the relevant label.

Closed as duplicate

Initial template for reporting bugs is in. Still need one for PRs.

CMake support has been merged which was prerequisite for the improvements listed above. Next I'm going to improve the situation for native Linux distribution packaging by providing a proper `make...

CMake now has a basic `install` target. Next up: generation of AppImages. Once we have that in, I think we can start providing binary snapshots of the current `master` branch.

There's now AppImage creation in the `release.yml` workflow which creates a release when a tag is pushed.