mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-14 19:24:10 +08:00
move iclass_dump.bin in resources/
This commit is contained in:
parent
de5c5df732
commit
ca8aee33ea
3 changed files with 2 additions and 1 deletions
|
@ -405,7 +405,7 @@ out:
|
|||
int loadFile_safe(const char *preferredName, const char *suffix, void **pdata, size_t *datalen) {
|
||||
|
||||
char *path;
|
||||
int res = searchFile(&path, "", preferredName, suffix);
|
||||
int res = searchFile(&path, RESOURCES_SUBDIR, preferredName, suffix);
|
||||
if (res != PM3_SUCCESS) {
|
||||
return PM3_EFILE;
|
||||
}
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#define DICTIONARIES_SUBDIR "dictionaries/"
|
||||
#define LUA_LIBRARIES_SUBDIR "lualibs/"
|
||||
#define LUA_SCRIPTS_SUBDIR "luascripts/"
|
||||
#define RESOURCES_SUBDIR "resources/"
|
||||
|
||||
#define PACKED __attribute__((packed))
|
||||
|
||||
|
|
Loading…
Reference in a new issue