mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-19 14:33:16 -04:00
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:
parent
10b2b733c5
commit
5b19c8da93
5 changed files with 15 additions and 15 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue