We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81cbb1e commit 65e2c12Copy full SHA for 65e2c12
1 file changed
src/main.cpp
@@ -41,7 +41,7 @@ void configure_searchpaths() {
41
const QString APP_DIR = QString::fromUtf8(appimage_dir);
42
43
#if defined(REDASM_PLUGIN_DIR)
44
- append_unique(utils::search_paths, QString::fromUtf8(REDASM_PLUGIN_DIR));
+ append_unique(utils::search_paths, APP_DIR + QString::fromUtf8(REDASM_PLUGIN_DIR));
45
#endif
46
47
append_unique(utils::kb_search_paths, (APP_DIR + "/usr/share/redasm/kb").toUtf8());
0 commit comments