Don't include hidden payloads and libtools.

This commit is contained in:
Steven Mattera 2018-10-24 08:51:14 -04:00 committed by GitHub
parent eba96a4559
commit f67de2dd2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;