mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Also add the commit hash to the daemon version readout.
This commit is contained in:
parent
c93d66a4ba
commit
9d695f8a9b
@ -128,7 +128,7 @@ static void handleCommandLine(int argc, char** argv) {
|
||||
stopDaemon();
|
||||
}
|
||||
else if (command == "--version") {
|
||||
std::cout << "\n musikcubed version: " << VERSION << "\n\n";
|
||||
std::cout << "\n musikcubed version: " << VERSION << " " << VERSION_COMMIT_HASH << "\n\n";
|
||||
}
|
||||
else if (command == "--running") {
|
||||
pid_t pid = getDaemonPid();
|
||||
|
Loading…
Reference in New Issue
Block a user