mirror of
https://github.com/CTCaer/hekate.git
synced 2025-04-20 11:35:56 +00:00
Don't include hidden payloads and libtools.
This commit is contained in:
parent
eba96a4559
commit
f67de2dd2c
1 changed files with 1 additions and 1 deletions
|
@ -1985,7 +1985,7 @@ void launch_tools(u8 type)
|
|||
else
|
||||
memcpy(dir, "bootloader/libtools", 20);
|
||||
|
||||
filelist = dirlist(dir, NULL);
|
||||
filelist = dirlist(dir, NULL, false);
|
||||
|
||||
u32 i = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue