mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
query binary name in converter command line setup
This commit is contained in:
committed by
Ryan Fleury
parent
5a3741a264
commit
a6da558b44
@@ -797,7 +797,7 @@ di_async_tick(void)
|
|||||||
params.path = get_process_info()->binary_path;
|
params.path = get_process_info()->binary_path;
|
||||||
params.inherit_env = 1;
|
params.inherit_env = 1;
|
||||||
params.consoleless = 1;
|
params.consoleless = 1;
|
||||||
str8_list_pushf(scratch.arena, ¶ms.cmd_line, "raddbg");
|
str8_list_push(scratch.arena, ¶ms.cmd_line, os_get_process_info()->binary_path);
|
||||||
str8_list_pushf(scratch.arena, ¶ms.cmd_line, "--bin");
|
str8_list_pushf(scratch.arena, ¶ms.cmd_line, "--bin");
|
||||||
str8_list_pushf(scratch.arena, ¶ms.cmd_line, "--quiet");
|
str8_list_pushf(scratch.arena, ¶ms.cmd_line, "--quiet");
|
||||||
if(should_compress)
|
if(should_compress)
|
||||||
|
|||||||
Reference in New Issue
Block a user