Skip to content

Commit 65e2c12

Browse files
committed
fix: appimage search path
1 parent 81cbb1e commit 65e2c12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ void configure_searchpaths() {
4141
const QString APP_DIR = QString::fromUtf8(appimage_dir);
4242

4343
#if defined(REDASM_PLUGIN_DIR)
44-
append_unique(utils::search_paths, QString::fromUtf8(REDASM_PLUGIN_DIR));
44+
append_unique(utils::search_paths, APP_DIR + QString::fromUtf8(REDASM_PLUGIN_DIR));
4545
#endif
4646

4747
append_unique(utils::kb_search_paths, (APP_DIR + "/usr/share/redasm/kb").toUtf8());

0 commit comments

Comments
 (0)