When building, firo-cli and 'firod' will be created in /src, mixed with many other files and folders. firo-qt will be generated in the qt folder, along with several other files.
This is not convenient and forces the user to look through multiple files when looking for the binaries, probably ending up using a search tool to find what they are looking for.
I suggest to have a dedicated bin folder where built binaries are stored.
When building,
firo-cli
and 'firod' will be created in/src
, mixed with many other files and folders.firo-qt
will be generated in theqt
folder, along with several other files.This is not convenient and forces the user to look through multiple files when looking for the binaries, probably ending up using a search tool to find what they are looking for.
I suggest to have a dedicated
bin
folder where built binaries are stored.