use searchFile to find dictionaries

This commit is contained in:
Philippe Teuwen 2019-08-23 22:08:36 +02:00
commit 8c26e07ceb
2 changed files with 2 additions and 1 deletions

View file

@ -27,6 +27,7 @@
#define PM3_USER_DIRECTORY "/.proxmark3/"
// PM3 subdirectories:
#define DICTIONARIES_SUBDIR "dictionaries/"
#define LUA_LIBRARIES_SUBDIR "lualibs/"
#define LUA_SCRIPTS_SUBDIR "luascripts/"