From: Jay Freeman (saurik) Date: Sat, 20 Feb 2021 10:12:59 +0000 (-0800) Subject: Please to be not resigning all my Firefox.apps :/. X-Git-Tag: v2.1.3~5 X-Git-Url: https://git.saurik.com/ldid.git/commitdiff_plain/4b7ec7ee5e702dae338fc5fa62bf4b3a7b147581 Please to be not resigning all my Firefox.apps :/. --- diff --git a/ldid.cpp b/ldid.cpp index 0a656f8..5c0df22 100644 --- a/ldid.cpp +++ b/ldid.cpp @@ -3031,7 +3031,7 @@ int main(int argc, char *argv[]) { struct stat info; _syscall(stat(path.c_str(), &info)); - if (S_ISDIR(info.st_mode)) { + if (flag_S && S_ISDIR(info.st_mode)) { #ifndef LDID_NOPLIST _assert(!flag_r); ldid::DiskFolder folder(path + "/");