build: rename binaries and paths to allow side-by-side installation

Changed the binary names to mango-wl and mmsg-wl and the
configuration paths to mango-wl/ to allow parallel installations of
mango main branch and wl-roots only.
This commit is contained in:
CtrlLuzzio 2026-06-06 17:19:16 -04:00
parent 10b2b733c5
commit 5b19c8da93
5 changed files with 15 additions and 15 deletions

View file

@ -7042,8 +7042,8 @@ int32_t main(int32_t argc, char *argv[]) {
} else if (c == 'd') {
cli_debug_log = true;
} else if (c == 'v') {
printf("mango " VERSION "\n");
return EXIT_SUCCESS;
printf("mango-wl " VERSION "\n");
return EXIT_SUCCESS;
} else if (c == 'c') {
cli_config_path = optarg;
} else if (c == 'p') {
@ -7065,7 +7065,7 @@ int32_t main(int32_t argc, char *argv[]) {
cleanup();
return EXIT_SUCCESS;
usage:
printf("Usage: mango [OPTIONS]\n"
printf("Usage: mango-wl [OPTIONS]\n"
"\n"
"Options:\n"
" -v Show mango version\n"