mirror of
https://github.com/upx/upx
synced 2025-10-05 19:20:23 +08:00
Be quiet when using `-qqq'.
committer: mfx <mfx> 1027556040 +0000
This commit is contained in:
parent
7e06892ad7
commit
1ef25b356c
|
@ -536,6 +536,9 @@ void UiPacker::uiUnpackEnd(const OutputFile *fo)
|
||||||
{
|
{
|
||||||
uiUpdate(-1, fo->getBytesWritten());
|
uiUpdate(-1, fo->getBytesWritten());
|
||||||
|
|
||||||
|
if (s->mode == M_QUIET)
|
||||||
|
return;
|
||||||
|
|
||||||
const char *name = p->fi->getName();
|
const char *name = p->fi->getName();
|
||||||
if (opt->output_name)
|
if (opt->output_name)
|
||||||
name = opt->output_name;
|
name = opt->output_name;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user